mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UNIXODBC_VERSION = 2.3.7
|
||||
UNIXODBC_VERSION = 2.3.9
|
||||
UNIXODBC_SOURCE = unixODBC-$(UNIXODBC_VERSION).tar.gz
|
||||
UNIXODBC_SITE = ftp://ftp.unixodbc.org/pub/unixODBC
|
||||
UNIXODBC_INSTALL_STAGING = YES
|
||||
@@ -13,6 +13,13 @@ UNIXODBC_LICENSE_FILES = COPYING exe/COPYING
|
||||
|
||||
UNIXODBC_CONF_OPTS = --enable-drivers --enable-driver-conf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
||||
UNIXODBC_CONF_OPTS += --enable-editline
|
||||
UNIXODBC_DEPENDENCIES += libedit
|
||||
else
|
||||
UNIXODBC_CONF_OPTS += --disable-editline
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
UNIXODBC_CONF_OPTS += --enable-iconv
|
||||
UNIXODBC_DEPENDENCIES += libiconv
|
||||
@@ -34,4 +41,10 @@ else
|
||||
UNIXODBC_CONF_OPTS += --disable-readline
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
UNIXODBC_CONF_OPTS += --enable-threads
|
||||
else
|
||||
UNIXODBC_CONF_OPTS += --disable-threads
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user