From: Florian Fainelli Date: Tue, 19 Feb 2013 17:22:55 +0000 (+0000) Subject: dante: fix broken configure script not using CFLAGS for conftest X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=206b77a0402cd4edbd00d85a1fd4ec1e3daef3a4 dante: fix broken configure script not using CFLAGS for conftest Spotted by doing an ARM hard float build. Signed-off-by: Florian Fainelli SVN-Revision: 35685 --- diff --git a/package/network/utils/dante/Makefile b/package/network/utils/dante/Makefile index 90768ad474..cdd472b9ee 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/