From: nbd Date: Tue, 15 Jan 2008 00:32:32 +0000 (+0000) Subject: fix natpmp compile X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=dca0ad3947c6adb7f6331195ab0d1ea8ef2cebe6;p=packages.git fix natpmp compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@10199 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/natpmp/Makefile b/net/natpmp/Makefile index dd124ab52..86bff4536 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"