From d340c886e72dc69694b4a8f3d34cb09bfd3fc674 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 3 Aug 2012 13:32:40 +0000 Subject: [PATCH] [package] openswan: fix build for 64-bits targets Do not override LDFLAGS otherwise we are going to kill Kbuild's specific LDFLAGS and fail linking modules on 64-bits targets. git-svn-id: svn://svn.openwrt.org/openwrt/packages@32959 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openswan/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/openswan/Makefile b/net/openswan/Makefile index 0b777cf24..3bf0aa839 100644 --- a/net/openswan/Makefile +++ b/net/openswan/Makefile @@ -71,7 +71,6 @@ OPENSWAN_MAKEFLAGS:= \ INC_USRLOCAL="/usr" \ INC_RCDEFAULT="/etc/init.d" \ MODPROBE="/sbin/insmod" \ - LDFLAGS="$(TARGET_LDFLAGS)" \ DESTDIR="$(PKG_INSTALL_DIR)" define Build/Compile