From b4136fdf42d26e72bec79f6b0221baf089d9d810 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 15 Dec 2005 12:55:38 +0000 Subject: rename the patch to better match its purpose, add target optimization cflags, prevent host system detection to set compile-time options. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2688 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/vpnc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openwrt/package/vpnc/Makefile') diff --git a/openwrt/package/vpnc/Makefile b/openwrt/package/vpnc/Makefile index 7513290eba..55082905de 100644 --- a/openwrt/package/vpnc/Makefile +++ b/openwrt/package/vpnc/Makefile @@ -25,6 +25,8 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ CC=$(TARGET_CC) \ + OFLAGS="$(TARGET_CFLAGS)" \ + OS="Linux" \ STAGING_DIR=$(STAGING_DIR) \ DESTDIR=$(PKG_INSTALL_DIR) \ PREFIX=/usr \ -- cgit v1.2.3