commit 054da2264fbe923194a43e90367f66d4f199944e
parent 169e3c152a3a3cf4909dc630ca31bf2fe291f736
Author: Alexander Ryzhov <github@ryzhov-al.ru>
Date: Sun, 6 Dec 2015 08:50:28 -0500
sslh: respect LDFLAGS
Closes: #2078
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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= \