[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:
parent
321acbec8d
commit
d340c886e7
@ -71,7 +71,6 @@ OPENSWAN_MAKEFLAGS:= \
|
|||||||
INC_USRLOCAL="/usr" \
|
INC_USRLOCAL="/usr" \
|
||||||
INC_RCDEFAULT="/etc/init.d" \
|
INC_RCDEFAULT="/etc/init.d" \
|
||||||
MODPROBE="/sbin/insmod" \
|
MODPROBE="/sbin/insmod" \
|
||||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)"
|
DESTDIR="$(PKG_INSTALL_DIR)"
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user