forked from Lainports/opnsense-ports
15 lines
547 B
Text
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
|