diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-01-02 11:35:44 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-01-02 11:35:44 -0800 |
commit | 699e016f30bdde0bb0f9a53c9d7ac273448320fb (patch) | |
tree | 8d82f48d72c4b2b588c66dfbc216d857f7e035cb /no-crmf.patch | |
download | iceweasel-699e016f30bdde0bb0f9a53c9d7ac273448320fb.tar.xz |
"Initial commit"
Diffstat (limited to 'no-crmf.patch')
-rw-r--r-- | no-crmf.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/no-crmf.patch b/no-crmf.patch new file mode 100644 index 0000000..9d4e5f1 --- /dev/null +++ b/no-crmf.patch @@ -0,0 +1,16 @@ +diff --git i/old-configure.in w/old-configure.in +index 0a06e470d2085922..d41c8e9d5dd2dbfb 100644 +--- i/old-configure.in ++++ w/old-configure.in +@@ -1906,9 +1906,7 @@ if test -n "$_USE_SYSTEM_NSS"; then + AM_PATH_NSS(3.33, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + fi + +-if test -n "$MOZ_SYSTEM_NSS"; then +- NSS_LIBS="$NSS_LIBS -lcrmf" +-else ++if test -z "$MOZ_SYSTEM_NSS"; then + NSS_CFLAGS="-I${DIST}/include/nss" + case "${OS_ARCH}" in + # Only few platforms have been tested with GYP + |