klish: CONFIGURE_ARGS += --with-libxml2
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
This commit is contained in:
parent
375c001935
commit
e6993ad50f
1 changed files with 1 additions and 5 deletions
|
@ -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 a new issue