mk/image.mk: Ship /init in initramfs
[openadk.git] / package / ccid / patches / patch-configure
blob7235e9ef8e1ef0d41e6cc83334dfd073554b3e8b
1 --- ccid-1.4.4.orig/configure   2011-05-13 11:19:09.000000000 +0200
2 +++ ccid-1.4.4/configure        2011-07-28 10:54:49.000000000 +0200
3 @@ -12207,17 +12207,8 @@ done
4  # Select OS specific versions of source files.
5  
6  
7 -BUNDLE_HOST=`uname | sed -e s,/,_,`
8 +BUNDLE_HOST=Linux
9  DYN_LIB_EXT="so"
10 -case "$BUNDLE_HOST" in
11 -Darwin)
12 -       BUNDLE_HOST=MacOS
13 -       DYN_LIB_EXT="dylib"
14 -       ;;
15 -SunOS)
16 -       BUNDLE_HOST=Solaris
17 -       ;;
18 -       esac
20  # --disable-libusb
21  # Check whether --enable-libusb was given.