NSS now builds into an RPM.
[fedora-mingw.git] / nss / nss-cross-compile.patch
1 --- mozilla/security/nss/lib/ssl/Makefile.orig  2009-02-17 15:59:33.000000000 +0000
2 +++ mozilla/security/nss/lib/ssl/Makefile       2009-02-17 15:59:47.000000000 +0000
3 @@ -60,16 +60,8 @@
4  
5  include config.mk
6  
7 -ifeq (,$(filter-out WIN%,$(OS_TARGET)))
8  CSRCS  += win32err.c
9  DEFINES += -DIN_LIBSSL
10 -else
11 -ifeq ($(OS_TARGET),OS2)
12 -CSRCS  += os2_err.c
13 -else
14 -CSRCS  += unix_err.c
15 -endif
16 -endif
17  
18  #######################################################################
19  # (5) Execute "global" rules. (OPTIONAL)                              #
20 --- mozilla/security/nss/cmd/shlibsign/Makefile.orig    2009-02-17 16:28:06.000000000 +0000
21 +++ mozilla/security/nss/cmd/shlibsign/Makefile 2009-02-17 16:29:03.000000000 +0000
22 @@ -99,5 +99,5 @@
23         $(call core_abspath,$(NSPR_LIB_DIR)) $(call core_abspath,$<)
24  endif
25  
26 -libs install :: $(CHECKLOC)
27 +#libs install :: $(CHECKLOC)
28