PKGBUILDs/extra/firefox/no-crmf.diff

16 lines
547 B
Diff
Raw Normal View History

2018-01-24 14:49:21 +00:00
diff --git i/old-configure.in w/old-configure.in
2018-03-14 00:26:16 +00:00
index 12170a47568f..dbbaa0bc9194 100644
2018-01-24 14:49:21 +00:00
--- i/old-configure.in
+++ w/old-configure.in
2018-03-14 00:26:16 +00:00
@@ -1808,9 +1808,7 @@ if test -n "$_USE_SYSTEM_NSS"; then
AM_PATH_NSS(3.35, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
2018-01-24 14:49:21 +00:00
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