dante: fix broken configure script not using CFLAGS for conftest

Spotted by doing an ARM hard float build.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35685 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2013-02-19 17:22:55 +00:00
parent fd0cfb2de6
commit f13200ffac
1 changed files with 3 additions and 0 deletions

View File

@ -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/