From 054da2264fbe923194a43e90367f66d4f199944e Mon Sep 17 00:00:00 2001 From: Alexander Ryzhov Date: Sun, 6 Dec 2015 08:50:28 -0500 Subject: [PATCH] sslh: respect LDFLAGS Closes: #2078 Signed-off-by: Alexander Ryzhov Signed-off-by: Jonathan McCrohan --- net/sslh/Makefile | 1 + 1 file changed, 1 insertion(+) 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= \