mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
libzdb: musl compatibility fix
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
This commit is contained in:
@@ -23,6 +23,10 @@ PKG_BUILD_DEPENDS:=libzdb/host
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
ifeq ($(CONFIG_USE_MUSL),n)
|
||||
LDFLAGS += -lnsl
|
||||
endif
|
||||
|
||||
define Package/libzdb
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
|
||||
Reference in New Issue
Block a user