Browse Source

sslh: respect LDFLAGS

Closes: #2078

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
lilik-openwrt-22.03
Alexander Ryzhov 9 years ago
committed by Jonathan McCrohan
parent
commit
054da2264f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/sslh/Makefile

+ 1
- 0
net/sslh/Makefile View File

@ -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= \


Loading…
Cancel
Save