From: Alexander Ryzhov Date: Sun, 6 Dec 2015 13:50:28 +0000 (-0500) Subject: sslh: respect LDFLAGS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=054da2264fbe923194a43e90367f66d4f199944e;p=openwrt-packages.git sslh: respect LDFLAGS Closes: #2078 Signed-off-by: Alexander Ryzhov Signed-off-by: Jonathan McCrohan --- diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 738b36b75..d7edfeecb 100644 --- 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= \