diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-19 17:22:55 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-19 17:22:55 +0000 |
commit | c2fa7f66e8097c88e04be4929d1bb7ed737983db (patch) | |
tree | 8d3fbc38ca0238e7c7d9ce0a5e134f52b2e9b39d /package/network/utils/dante/Makefile | |
parent | e852ffe69568d97a4ca6fe84226fdba5bbcffa41 (diff) |
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
Diffstat (limited to 'package/network/utils/dante/Makefile')
-rw-r--r-- | package/network/utils/dante/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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/ |