From c2fa7f66e8097c88e04be4929d1bb7ed737983db Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 19 Feb 2013 17:22:55 +0000 Subject: dante: fix broken configure script not using CFLAGS for conftest Spotted by doing an ARM hard float build. Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35685 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/utils/dante/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/network/utils') diff --git a/package/network/utils/dante/Makefile b/package/network/utils/dante/Makefile index 90768ad47..cdd472b9e 100644 --- a/package/network/utils/dante/Makefile +++ b/package/network/utils/dante/Makefile @@ -28,6 +28,9 @@ CONFIGURE_ARGS += \ --without-pam \ --disable-libwrap +CONFIGURE_VARS += \ + CC="$(TARGET_CC) $(TARGET_CFLAGS)" + define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/ -- cgit v1.2.3