1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-28 01:34:40 +00:00
Lakka-LibreELEC/packages/security/nss/patches/nss-04-skip_shlibsign.patch
2020-12-31 08:30:37 +00:00

14 lines
381 B
Diff

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
@@ -95,7 +95,9 @@
endif
endif
+ifndef SKIP_SHLIBSIGN
libs: install
ifdef CHECKLOC
$(MAKE) $(CHECKLOC)
endif
+endif