opnsense-ports/security/opencryptoki/files/patch-usr-lib-Makefile.am
Franco Fichtner a0921d0a00 */*: sync with upstream
Taken from: FreeBSD
2016-05-19 16:29:05 +02:00

15 lines
547 B
Text

--- usr/lib/Makefile.am.orig 2016-04-29 17:26:45 UTC
+++ usr/lib/Makefile.am
@@ -1,12 +1,4 @@
SUBDIRS = pkcs11
-install-data-hook:
- $(MKDIR_P) $(DESTDIR)/etc/ld.so.conf.d
- echo "$(libdir)/opencryptoki" >\
- $(DESTDIR)/etc/ld.so.conf.d/opencryptoki-$(target_cpu).conf
- echo "$(libdir)/opencryptoki/stdll" >>\
- $(DESTDIR)/etc/ld.so.conf.d/opencryptoki-$(target_cpu).conf
- echo "**** Remember you must run ldconfig before using the above settings ****"
-
uninstall-hook:
rm -f $(DESTDIR)/etc/ld.so.conf.d/opencryptoki-$(target_cpu).conf