mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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:
committed by
Jonathan McCrohan
parent
169e3c152a
commit
054da2264f
@@ -36,6 +36,7 @@ define Build/Compile
|
|||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
USELIBCONFIG= \
|
USELIBCONFIG= \
|
||||||
USELIBWRAP= \
|
USELIBWRAP= \
|
||||||
USELIBPCRE= \
|
USELIBPCRE= \
|
||||||
|
|||||||
Reference in New Issue
Block a user