git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
169e3c1
)
sslh: respect LDFLAGS
author
Alexander Ryzhov
<redacted>
Sun, 6 Dec 2015 13:50:28 +0000
(08:50 -0500)
committer
Jonathan McCrohan
<redacted>
Tue, 15 Dec 2015 00:13:19 +0000
(
00:13
+0000)
Closes: #2078
Signed-off-by: Alexander Ryzhov <redacted>
Signed-off-by: Jonathan McCrohan <redacted>
net/sslh/Makefile
patch
|
blob
|
history
diff --git
a/net/sslh/Makefile
b/net/sslh/Makefile
index 738b36b7500e316d7ae72597cf271ca866a81b32..d7edfeecbc838ff4f539c338ab08a5b6715c418d 100644
(file)
--- a/
net/sslh/Makefile
+++ b/
net/sslh/Makefile
@@
-36,6
+36,7
@@
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
CFLAGS="$(TARGET_CFLAGS)" \
+ LDFLAGS="$(TARGET_LDFLAGS)" \
USELIBCONFIG= \
USELIBWRAP= \
USELIBPCRE= \
git clone https://git.99rst.org/PROJECT