mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 17:10:36 +02:00
compile lynx with zlib-support
This commit is contained in:
parent
15b1d38c32
commit
29c1069b30
@ -24,7 +24,7 @@ define Package/lynx
|
|||||||
TITLE:=lynx
|
TITLE:=lynx
|
||||||
SECTION:=network
|
SECTION:=network
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses +zlib
|
||||||
URL:=http://lynx.isc.org
|
URL:=http://lynx.isc.org
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -32,6 +32,8 @@ define Package/lynx/description
|
|||||||
text console browser
|
text console browser
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_ARGS += --with-zlib
|
||||||
|
|
||||||
define Package/lynx/install
|
define Package/lynx/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc
|
$(INSTALL_DIR) $(1)/usr/bin $(1)/etc
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lynx $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lynx $(1)/usr/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user