diff options
Diffstat (limited to 'package/opensc/patches')
-rw-r--r-- | package/opensc/patches/patch-src_Makefile_in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/opensc/patches/patch-src_Makefile_in b/package/opensc/patches/patch-src_Makefile_in new file mode 100644 index 000000000..367ed98ca --- /dev/null +++ b/package/opensc/patches/patch-src_Makefile_in @@ -0,0 +1,14 @@ +$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 + 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 ++ + + all: all-recursive + |