From cbc6aa543ba19703816420e31c8b3fe71aa6f17a Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 1 May 2009 11:20:03 +0000 Subject: [PATCH] [packages] openswan: fix Makefile - thanks Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/packages@15535 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openswan/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/net/openswan/Makefile b/net/openswan/Makefile index c236b292c..d44d8ea25 100644 --- a/net/openswan/Makefile +++ b/net/openswan/Makefile @@ -54,12 +54,7 @@ $(call Package/openswan/Default/description) This package contains the Openswan kernel module. endef -TARGET_CPPFLAGS = \ - $(TARGET_CPPFLAGS) \ - -I$(LINUX_DIR)/include - -TARGET_LDFLAGS = \ - $(TARGET_LDFLAGS) +TARGET_CPPFLAGS += -I$(LINUX_DIR)/include OPENSWAN_MAKE := $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ -- 2.11.0