sslh: respect LDFLAGS

Closes: #2078

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
Alexander Ryzhov 2015-12-06 08:50:28 -05:00 committed by Jonathan McCrohan
parent 169e3c152a
commit 054da2264f
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
USELIBCONFIG= \
USELIBWRAP= \
USELIBPCRE= \