Author: hawk Date: Wed Jun 25 15:41:20 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix build error while linking with -lcrmf
---- Files affected: SOURCES: iceape-lcrmf.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/iceape-lcrmf.patch diff -u /dev/null SOURCES/iceape-lcrmf.patch:1.1 --- /dev/null Wed Jun 25 17:41:20 2008 +++ SOURCES/iceape-lcrmf.patch Wed Jun 25 17:41:14 2008 @@ -0,0 +1,22 @@ +--- mozilla/configure.in.orig 2008-06-24 22:04:14.000000000 +0200 ++++ mozilla/configure.in 2008-06-25 10:53:44.000000000 +0200 +@@ -3746,7 +3746,7 @@ + fi + + if test -n "$MOZ_NATIVE_NSS"; then +- NSS_LIBS="$NSS_LIBS -lcrmf" ++ NSS_LIBS="-lcrmf $NSS_LIBS" + else + NSS_CFLAGS='-I$(DIST)/public/nss' + NSS_DEP_LIBS='\\\ +--- mozilla/configure.orig 2008-06-24 22:04:14.000000000 +0200 ++++ mozilla/configure 2008-06-25 10:54:05.000000000 +0200 +@@ -11842,7 +11842,7 @@ + fi + + if test -n "$MOZ_NATIVE_NSS"; then +- NSS_LIBS="$NSS_LIBS -lcrmf" ++ NSS_LIBS="-lcrmf $NSS_LIBS" + else + NSS_CFLAGS='-I$(DIST)/public/nss' + NSS_DEP_LIBS='\\\ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
