blob: 64a1781ba81cc5a102a9d56797f3f23093904620 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- usr/lib/Makefile.am.orig 2010-07-29 21:28:41.000000000 +0900
+++ usr/lib/Makefile.am 2010-11-24 02:34:56.159978814 +0900
@@ -1,10 +1,2 @@
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 ****"
-
|