Update some packages

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@167 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2007-08-18 18:54:11 +00:00
parent 9ea03a495c
commit 43df7d5c7d
40 changed files with 310 additions and 65 deletions

View File

@@ -0,0 +1,23 @@
Index: security/jss/lib/config.mk
===================================================================
RCS file: /cvsroot/mozilla/security/jss/lib/config.mk,v
retrieving revision 1.19
diff -u -r1.19 config.mk
--- mozilla/security/jss/lib/config.mk 25 Apr 2004 15:02:19 -0000 1.19
+++ mozilla/security/jss/lib/config.mk 30 Jan 2007 21:08:06 -0000
@@ -72,14 +72,7 @@
else
EXTRA_SHARED_LIBS += \
- -L$(NSS_LIB_DIR) \
- -lnss3 \
- -lsmime3 \
- -lssl3 \
- -L$(NSPR_LIB_DIR) \
- -lplc4 \
- -lplds4 \
- -lnspr4 \
+ `pkg-config --libs nss` \
$(JAVA_LIBS) \
$(NULL)