summaryrefslogtreecommitdiff
path: root/package/ccid/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-18 06:06:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:19:06 +0100
commit97d04fc22b78bdfa54c7256422ed67293e99645a (patch)
treee1ae418f406f53d6167c14b21ce0d0e5dbc96b6d /package/ccid/patches/patch-configure
parent728a8ca1cf790d87e757d92bf6adfb0c308eaa8f (diff)
ccid: update to 1.5.5
Diffstat (limited to 'package/ccid/patches/patch-configure')
-rw-r--r--package/ccid/patches/patch-configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/ccid/patches/patch-configure b/package/ccid/patches/patch-configure
deleted file mode 100644
index 7235e9ef8..000000000
--- a/package/ccid/patches/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- ccid-1.4.4.orig/configure 2011-05-13 11:19:09.000000000 +0200
-+++ ccid-1.4.4/configure 2011-07-28 10:54:49.000000000 +0200
-@@ -12207,17 +12207,8 @@ done
- # Select OS specific versions of source files.
-
-
--BUNDLE_HOST=`uname | sed -e s,/,_,`
-+BUNDLE_HOST=Linux
- DYN_LIB_EXT="so"
--case "$BUNDLE_HOST" in
--Darwin)
-- BUNDLE_HOST=MacOS
-- DYN_LIB_EXT="dylib"
-- ;;
--SunOS)
-- BUNDLE_HOST=Solaris
-- ;;
-- esac
-
- # --disable-libusb
- # Check whether --enable-libusb was given.