From: Florian Fainelli Date: Fri, 3 Aug 2012 13:32:40 +0000 (+0000) Subject: openswan: fix build for 64-bits targets X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=44a3d7ae7d308b43655e54e039841047c4c79e24;p=openwrt%2Fsvn-archive%2Fpackages.git 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. SVN-Revision: 32959 --- 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