mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 06:14:59 +04:00
unixodbc: re-enable autoreconf to fix host path leak
Without it the build fails for me with: /usr/lib/libltdl.so: file not recognized: file format not recognized Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
This commit is contained in:
committed by
George Sapkin
parent
118230152e
commit
77adc911b7
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=unixodbc
|
||||
PKG_VERSION:=2.3.12
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE:=unixODBC-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.unixodbc.org
|
||||
@@ -24,6 +24,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/unixODBC-$(PKG_VERSION)
|
||||
HOST_BUILD_DIR:=$(BUILD_DIR)/host/unixODBC-$(PKG_VERSION)
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
HOST_BUILD_DEPENDS:=unixodbc
|
||||
|
||||
Reference in New Issue
Block a user