aboutsummaryrefslogtreecommitdiff
path: root/security/opencryptoki/files/patch-usr-lib-Makefile.am
blob: ff1023b1e9a43cd982b427a2f3651dbf10437d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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