From 5882832835ebf3e16ec08da256c22d4b4a64417e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 12 Oct 2008 14:02:56 +0000 Subject: [PATCH] fix natpmp breakage introduced in r12937 and make sure that the target cflags actually get used SVN-Revision: 12958 --- net/natpmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/natpmp/Makefile b/net/natpmp/Makefile index e355447f6f..f4091dc186 100644 --- a/net/natpmp/Makefile +++ b/net/natpmp/Makefile @@ -32,8 +32,8 @@ define Build/Compile $(TARGET_CONFIGURE_OPTS) \ CC="$(TARGET_CC)" \ LD="$(TARGET_CC)" \ - CCFLAGS="$(strip $(TARGET_CFLAGS))" \ - CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include" -DIPTABLES_PATH=\\\"/usr/sbin\\\"" \ + CFLAGS="$(strip $(TARGET_CFLAGS))" \ + CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include -DIPTABLES_PATH=\\\"/usr/sbin\\\"" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \ prefix="$(PKG_INSTALL_DIR)/usr" endef -- 2.30.2