nss/nss-skip-bltest-and-fipstes...

16 lines
441 B
Diff
Raw Normal View History

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 =
FIPSTEST_SRCDIR =
+ifeq ($(NSS_BLTEST_NOT_AVAILABLE),1)
2013-06-15 19:48:12 +00:00
+SHLIBSIGN_SRCDIR = shlibsign
+else
SHLIBSIGN_SRCDIR =
+endif
2013-06-15 19:48:12 +00:00
else
BLTEST_SRCDIR = bltest
FIPSTEST_SRCDIR = fipstest