mirror of https://github.com/openwrt/packages.git
klish: CONFIGURE_ARGS += --with-libxml2
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>pull/6021/head
parent
375c001935
commit
e6993ad50f
|
@ -53,11 +53,7 @@ endef
|
|||
TARGET_LDFLAGS += -lxml2 -lz
|
||||
TARGET_CFLAGS += -D_XOPEN_SOURCE=500
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--with-libxml2 \
|
||||
)
|
||||
endef
|
||||
CONFIGURE_ARGS += --with-libxml2
|
||||
|
||||
define Package/klish/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
|
|
Loading…
Reference in New Issue