projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f157f62
)
[package] openswan: fix build for 64-bits targets
author
Florian Fainelli
<florian@openwrt.org>
Fri, 3 Aug 2012 13:32:40 +0000
(13:32 +0000)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/net/openswan/Makefile
b/net/openswan/Makefile
index 0b777cf243a7ddbf3143ba7dd65ef668b336bef1..3bf0aa8394b2d2fc32aee8db11221827b032d910 100644
(file)
--- 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