mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
Add new build dependency on zlib as package no longer builds without it being present. 1.5.4 - 29 October 2023, Ludovic Rousseau - fix a regression introduced in 1.5.3 1.5.3 - 25 October 2023, Ludovic Rousseau - Add support of - ACS ACR1552 1S CL Reader - ACS ACR1552 CL Reader - ACS ACR1581 - ACS ACR40T ICC Reader - ACS ACR40U ICC Reader - ACS WalletMate 1S CL Reader - Aktiv Rutoken SCR 3101 NFC Reader - CIRIGHT ONE PASS U2F - Dexon Tecnologias Digitais LTDA eSmartDX - Excelsecu Card reader - GHI NC001 - Identiv uTrust Token Flex - SpringCard M519 with idProduct: 0x6212 - SpringCard M519 with idProduct: 0x621A - WCMi SD5931 - parse: create output.bin file - udev: Disable USB-persist for CCID devices - configure: fail if flex is not found - Some other minor improvements 1.5.2 - 31 January 2023, Ludovic Rousseau - Add support of - KAPELSE KAP-LINK - LDU LANDI - Sensyl SSC-HV Reader - TOKEN2 MFA NFC Reader - TOKEN2 Molto2 - Thales RF Reader - Alcor Micro AU9560: Remove high speeds since they are not supported - Hack for AlcorMicro AU9560 and Acos-ID card - configure.ac: disable the use of --disable-usbdropdir Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
298 B
Diff
12 lines
298 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -83,7 +83,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)
|