distribution/packages/security/nss/patches/nss-04-skip_shlibsign.patch

14 lines
381 B
Diff
Raw Normal View History

2022-02-05 14:23:32 +00:00
diff -Naur nss-3.29.5.orig/nss/cmd/shlibsign/Makefile nss-3.29.5/nss/cmd/shlibsign/Makefile
--- nss-3.29.5.orig/nss/cmd/shlibsign/Makefile 2017-09-08 10:56:01.663876686 +0200
+++ nss-3.29.5/nss/cmd/shlibsign/Makefile 2017-09-08 10:57:19.659306831 +0200
2022-04-14 11:56:57 +00:00
@@ -95,7 +95,9 @@
2022-02-05 14:23:32 +00:00
endif
endif
+ifndef SKIP_SHLIBSIGN
2022-04-14 11:56:57 +00:00
libs: install
ifdef CHECKLOC
$(MAKE) $(CHECKLOC)
endif
2022-02-05 14:23:32 +00:00
+endif