Browse Source

klish: CONFIGURE_ARGS += --with-libxml2

Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
lilik-openwrt-22.03
Takashi Umeno 7 years ago
parent
commit
e6993ad50f
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      utils/klish/Makefile

+ 1
- 5
utils/klish/Makefile View File

@ -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…
Cancel
Save