diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 11:06:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:46 +0200 |
commit | 4df74acc09cf0a8a886068fbe3a28188bbfe7965 (patch) | |
tree | 63e62e873bdc6c0c6c76033087e61f73138897fe /package/opensc/patches/patch-src_pkcs11_Makefile_am | |
parent | c99bdc228038be764e5c58d84a8dacb4102efe12 (diff) |
update opensc to latest stable version
Diffstat (limited to 'package/opensc/patches/patch-src_pkcs11_Makefile_am')
-rw-r--r-- | package/opensc/patches/patch-src_pkcs11_Makefile_am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/opensc/patches/patch-src_pkcs11_Makefile_am b/package/opensc/patches/patch-src_pkcs11_Makefile_am deleted file mode 100644 index b09de08c6..000000000 --- a/package/opensc/patches/patch-src_pkcs11_Makefile_am +++ /dev/null @@ -1,10 +0,0 @@ ---- opensc-0.11.13.orig/src/pkcs11/Makefile.am 2010-02-16 10:03:25.000000000 +0100 -+++ opensc-0.11.13/src/pkcs11/Makefile.am 2013-10-31 17:40:22.000000000 +0100 -@@ -73,6 +73,7 @@ else - PKCS11_SUFFIX=.so - endif - install-exec-hook: install-pkcs11DATA -+ $(MKDIR_P) "$(DESTDIR)$(pkcs11dir)" - for l in opensc-pkcs11$(PKCS11_SUFFIX) onepin-opensc-pkcs11$(PKCS11_SUFFIX) pkcs11-spy$(PKCS11_SUFFIX); do \ - rm -f "$(DESTDIR)$(pkcs11dir)/$$l"; \ - $(LN_S) ../$$l "$(DESTDIR)$(pkcs11dir)/$$l"; \ |