2016-06-27 22:20:25 +00:00
|
|
|
diff -up ./nss/cmd/Makefile.skipthem ./nss/cmd/Makefile
|
2016-09-30 11:49:10 +00:00
|
|
|
--- ./nss/cmd/Makefile.skipthem 2016-09-29 12:02:16.143413684 +0200
|
|
|
|
+++ ./nss/cmd/Makefile 2016-09-29 12:03:58.776522901 +0200
|
|
|
|
@@ -19,7 +19,11 @@ BLTEST_SRCDIR =
|
|
|
|
ECPERF_SRCDIR =
|
|
|
|
ECTEST_SRCDIR =
|
2016-06-27 22:20:25 +00:00
|
|
|
FIPSTEST_SRCDIR =
|
|
|
|
+ifeq ($(NSS_BLTEST_NOT_AVAILABLE),1)
|
2013-06-15 19:48:12 +00:00
|
|
|
+SHLIBSIGN_SRCDIR = shlibsign
|
2016-06-27 22:20:25 +00:00
|
|
|
+else
|
|
|
|
SHLIBSIGN_SRCDIR =
|
|
|
|
+endif
|
2013-06-15 19:48:12 +00:00
|
|
|
else
|
|
|
|
BLTEST_SRCDIR = bltest
|
2016-09-30 11:49:10 +00:00
|
|
|
ECPERF_SRCDIR = ecperf
|