2016-06-24 21:13:59 +00:00
|
|
|
diff -up ./nss/cmd/Makefile.skipthem ./nss/cmd/Makefile
|
|
|
|
--- ./nss/cmd/Makefile.skipem 2016-06-24 10:10:38.143165159 -0700
|
|
|
|
+++ ./nss/cmd/Makefile 2016-06-24 10:13:08.566457400 -0700
|
|
|
|
@@ -17,7 +17,11 @@ endif
|
|
|
|
ifeq ($(NSS_BUILD_WITHOUT_SOFTOKEN),1)
|
2013-06-15 19:48:12 +00:00
|
|
|
BLTEST_SRCDIR =
|
2016-06-24 21:13:59 +00:00
|
|
|
FIPSTEST_SRCDIR =
|
|
|
|
+ifeq ($(NSS_BLTEST_NOT_AVAILABLE),1)
|
2013-06-15 19:48:12 +00:00
|
|
|
+SHLIBSIGN_SRCDIR = shlibsign
|
2016-06-24 21:13:59 +00:00
|
|
|
+else
|
|
|
|
SHLIBSIGN_SRCDIR =
|
|
|
|
+endif
|
2013-06-15 19:48:12 +00:00
|
|
|
else
|
|
|
|
BLTEST_SRCDIR = bltest
|
|
|
|
FIPSTEST_SRCDIR = fipstest
|