mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
compile lynx with zlib-support
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user