f67889f49c
- Removed unwanted /usr/include/nss3 in front of the normal cflags include path - Removed ugly and unnecessary patch dealing with CERTDB_TERMINAL_RECORD
14 lines
541 B
Diff
14 lines
541 B
Diff
diff -up ./mozilla/security/coreconf/Linux.mk.sytemfreebl ./mozilla/security/coreconf/Linux.mk
|
|
--- ./mozilla/security/coreconf/Linux.mk.sytemfreebl 2011-12-03 22:07:23.924156119 -0800
|
|
+++ ./mozilla/security/coreconf/Linux.mk 2011-12-03 22:08:28.322328345 -0800
|
|
@@ -182,6 +182,9 @@ endif
|
|
USE_SYSTEM_ZLIB = 1
|
|
ZLIB_LIBS = -lz
|
|
|
|
+USE_SYSTEM_FREEBL = 1
|
|
+FREEBL_LIBS = -lfreebl3
|
|
+
|
|
# The -rpath '$$ORIGIN' linker option instructs this library to search for its
|
|
# dependencies in the same directory where it resides.
|
|
ifeq ($(BUILD_SUN_PKG), 1)
|