From: Felix Fietkau Date: Tue, 15 Jan 2008 00:32:32 +0000 (+0000) Subject: fix natpmp compile X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=47767898fcb74afab70dcaed94f1ae32cc069c57 fix natpmp compile SVN-Revision: 10199 --- diff --git a/net/natpmp/Makefile b/net/natpmp/Makefile index dd124ab52c..86bff45365 100644 --- a/net/natpmp/Makefile +++ b/net/natpmp/Makefile @@ -33,9 +33,9 @@ define Build/Compile rm -rf $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - CC=$(TARGET_CC) \ - LD=$(TARGET_CC) \ - CFLAGS="$(strip $(TARGET_CFLAGS))" \ + CC="$(TARGET_CC)" \ + LD="$(TARGET_CC)" \ + CCFLAGS="$(strip $(TARGET_CFLAGS))" \ CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ prefix="$(PKG_INSTALL_DIR)/usr"