[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
This commit is contained in:
florian 2012-08-03 13:32:40 +00:00
parent 321acbec8d
commit d340c886e7

View 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