]> git.pld-linux.org Git - packages/opensc.git/blame - opensc-libdir.patch
- pkcs11 plugin in /usr/lib/pkcs11, but library in /usr/lib
[packages/opensc.git] / opensc-libdir.patch
CommitLineData
4f32a560
JB
1--- opensc-0.8.0/src/pkcs11/Makefile.am.orig Fri Aug 15 10:45:23 2003
2+++ opensc-0.8.0/src/pkcs11/Makefile.am Thu Aug 21 13:13:26 2003
3@@ -1,7 +1,7 @@
4 # Process this file with automake to create Makefile.in
5
6 bundledir = $(BUNDLEDIR)
7-libdir = @libdir@/pkcs11
8+pkcs11dir = @libdir@/pkcs11
9
10 MAINTAINERCLEANFILES = Makefile.in
11
12@@ -16,7 +16,8 @@
13 framework-pkcs15init.c debug.c
14 INC = sc-pkcs11.h
15
16-lib_LTLIBRARIES = opensc-pkcs11.la libpkcs11.la
17+lib_LTLIBRARIES = libpkcs11.la
18+pkcs11_LTLIBRARIES = opensc-pkcs11.la
19
20 opensc_pkcs11_la_SOURCES = $(SRC) $(INC)
21 opensc_pkcs11_la_LDFLAGS = -module -avoid-version
This page took 0.029246 seconds and 4 git commands to generate.