Kaydet (Commit) 950e032f authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

CWS-TOOLING: integrate CWS unxlnginewbaseline

...@@ -88,6 +88,10 @@ PATCH_FILES = \ ...@@ -88,6 +88,10 @@ PATCH_FILES = \
patches/arm_build_fix.patch \ patches/arm_build_fix.patch \
patches/link_fontconfig.patch patches/link_fontconfig.patch
.IF "$(OUTPATH)"=="unxlngi6"
PATCH_FILES += patches/linux_libc2.5.patch
.ENDIF
# This file is needed for the W32 build when BUILD_MOZAB is set # This file is needed for the W32 build when BUILD_MOZAB is set
# (currently only vc8/vs2005 is supported when BUILD_MOZAB is set) # (currently only vc8/vs2005 is supported when BUILD_MOZAB is set)
.IF "$(COM)"=="GCC" .IF "$(COM)"=="GCC"
......
--- misc/mozilla/configure 2010-04-14 18:08:55.402759185 +0200
+++ misc/build/mozilla/configure 2010-04-14 18:07:13.036410334 +0200
@@ -11886,7 +11886,7 @@
$(DIST)/lib/$(LIB_PREFIX)nss'$NSS_VERSION'.$(IMPORT_LIB_SUFFIX) \\\
$(DIST)/lib/$(LIB_PREFIX)softokn'$NSS_VERSION'.$(IMPORT_LIB_SUFFIX)'
else
- NSS_LIBS='-L$(LIBS_DIR)'" -lcrmf -lsmime$NSS_VERSION -lssl$NSS_VERSION -lnss$NSS_VERSION -lsoftokn$NSS_VERSION"
+ NSS_LIBS='-L$(LIBS_DIR)'" -lcrmf -lsmime$NSS_VERSION -lssl$NSS_VERSION -lnss$NSS_VERSION -lnssutil$NSS_VERSION -lsoftokn$NSS_VERSION"
fi
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment