projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87c8c3
)
[package] uhttpd: prevent linking uhttpd binary against crypto libraries
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 15 Nov 2011 10:17:59 +0000
(10:17 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 15 Nov 2011 10:17:59 +0000
(10:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29152
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uhttpd/Makefile
patch
|
blob
|
history
diff --git
a/package/uhttpd/Makefile
b/package/uhttpd/Makefile
index
c333660
..
e0e567a
100644
(file)
--- a/
package/uhttpd/Makefile
+++ b/
package/uhttpd/Makefile
@@
-92,7
+92,7
@@
endef
TARGET_CFLAGS += $(TLS_CFLAGS)
-TARGET_LDFLAGS +=
$(TLS_LDFLAGS)
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
+TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
MAKE_VARS += \
FPIC="$(FPIC)" \
LUA_SUPPORT="$(if $(CONFIG_PACKAGE_uhttpd-mod-lua),1)" \