diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 22:46:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 22:46:18 +0100 |
commit | 38af8185ea05a1c5d1abb32a68a025e3b4afa4d6 (patch) | |
tree | 7d01524e63fb74a69ec40891058b95dff9f74bd1 /package/opensc/patches/patch-src_Makefile_in | |
parent | 76b0f0b76d8f8ff93efc1678eb1a329dbfe90667 (diff) |
add dev/lib subpackages, enable tools build for opensc, enable openct and pcsc support
Diffstat (limited to 'package/opensc/patches/patch-src_Makefile_in')
-rw-r--r-- | package/opensc/patches/patch-src_Makefile_in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/opensc/patches/patch-src_Makefile_in b/package/opensc/patches/patch-src_Makefile_in index 367ed98ca..63d41a20e 100644 --- a/package/opensc/patches/patch-src_Makefile_in +++ b/package/opensc/patches/patch-src_Makefile_in @@ -1,13 +1,12 @@ -$Id$ ---- opensc-0.11.1.orig/src/Makefile.in 2006-05-30 23:06:00.000000000 +0200 -+++ opensc-0.11.1/src/Makefile.in 2007-04-08 13:21:01.000000000 +0200 -@@ -208,8 +208,8 @@ MAINTAINERCLEANFILES = Makefile.in +--- opensc-0.11.13.orig/src/Makefile.in 2010-02-16 10:32:17.000000000 +0100 ++++ opensc-0.11.13/src/Makefile.in 2010-12-15 21:48:57.000000000 +0100 +@@ -260,8 +260,8 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefil EXTRA_DIST = Makefile.mak # Order IS important -SUBDIRS = common include scconf libopensc pkcs15init pkcs11 \ - tests tools openssh signer -+SUBDIRS = common include scconf libopensc pkcs15init pkcs11 ++SUBDIRS = common include scconf libopensc pkcs15init pkcs11 tools + all: all-recursive |