[package] openswan: fix build for 64-bits targets
authorFlorian Fainelli <florian@openwrt.org>
Fri, 3 Aug 2012 13:32:40 +0000 (13:32 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 3 Aug 2012 13:32:40 +0000 (13:32 +0000)
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

net/openswan/Makefile

index 0b777cf243a7ddbf3143ba7dd65ef668b336bef1..3bf0aa8394b2d2fc32aee8db11221827b032d910 100644 (file)
@@ -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