[package] openswan: fix build for 64-bits targets
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 3 Aug 2012 13:32:40 +0000 (13:32 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32959 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/openswan/Makefile

index 0b777cf..3bf0aa8 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