aMule: fix nls complie issue

This commit is contained in:
coolsnowwolf 2022-11-30 00:57:53 +08:00
parent b74983d282
commit 47f4e7ef2c

View File

@ -75,8 +75,7 @@ CONFIGURE_ARGS+= \
--without-x \
--disable-debug
TARGET_LDFLAGS += -liconv
TARGET_LDFLAGS += $(if $(ICONV_FULL),-liconv)
define Build/Configure
cd $(PKG_BUILD_DIR) && sh ./autogen.sh