]> git.pld-linux.org Git - packages/opensc.git/blob - opensc-libdir.patch
- obsolete (fixed in 0.8.0)
[packages/opensc.git] / opensc-libdir.patch
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.075597 seconds and 3 git commands to generate.