]> git.pld-linux.org Git - packages/opensc.git/commitdiff
- pkcs11 plugin in /usr/lib/pkcs11, but library in /usr/lib
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 21 Aug 2003 11:41:41 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opensc-libdir.patch -> 1.1

opensc-libdir.patch [new file with mode: 0644]

diff --git a/opensc-libdir.patch b/opensc-libdir.patch
new file mode 100644 (file)
index 0000000..008bd14
--- /dev/null
@@ -0,0 +1,21 @@
+--- opensc-0.8.0/src/pkcs11/Makefile.am.orig   Fri Aug 15 10:45:23 2003
++++ opensc-0.8.0/src/pkcs11/Makefile.am        Thu Aug 21 13:13:26 2003
+@@ -1,7 +1,7 @@
+ # Process this file with automake to create Makefile.in
+ bundledir = $(BUNDLEDIR)
+-libdir = @libdir@/pkcs11
++pkcs11dir = @libdir@/pkcs11
+ MAINTAINERCLEANFILES = Makefile.in
+@@ -16,7 +16,8 @@
+       framework-pkcs15init.c debug.c
+ INC = sc-pkcs11.h
+-lib_LTLIBRARIES = opensc-pkcs11.la libpkcs11.la
++lib_LTLIBRARIES = libpkcs11.la
++pkcs11_LTLIBRARIES = opensc-pkcs11.la
+ opensc_pkcs11_la_SOURCES = $(SRC) $(INC)
+ opensc_pkcs11_la_LDFLAGS = -module -avoid-version
This page took 0.12088 seconds and 4 git commands to generate.