mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
tcp_wrappers: don't set LIBS=-lnsl when building with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -32,11 +32,15 @@ endef
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
ifeq ($(CONFIG_USE_MUSL),)
|
||||
TARGET_EXTRA_LIBS:=LIBS=-lnsl
|
||||
endif
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
OPT_CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LIBS=-lnsl \
|
||||
$(TARGET_EXTRA_LIBS) \
|
||||
NETGROUP= \
|
||||
VSYSLOG= \
|
||||
BUGS= \
|
||||
|
||||
Reference in New Issue
Block a user