mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
ccid: fix compilation under macOS
Remove a bad uname check. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
11
utils/ccid/patches/010-macos.patch
Normal file
11
utils/ccid/patches/010-macos.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -79,7 +79,7 @@ AC_CHECK_FUNCS(select strerror strncpy m
|
||||
# Select OS specific versions of source files.
|
||||
AC_SUBST(BUNDLE_HOST)
|
||||
AC_SUBST(DYN_LIB_EXT)
|
||||
-BUNDLE_HOST=`uname | sed -e s,/,_,`
|
||||
+BUNDLE_HOST=Linux
|
||||
DYN_LIB_EXT="so"
|
||||
case "$BUNDLE_HOST" in
|
||||
Darwin)
|
||||
Reference in New Issue
Block a user