1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-08 12:11:18 +02:00

fix elinks dependency on openssl (closes: #614). Bump release number.

SVN-Revision: 4166
This commit is contained in:
Nicolas Thill 2006-07-19 07:25:11 +00:00
parent 73b75bce61
commit 0ad465fc7d
4 changed files with 4 additions and 1 deletions

@ -13,6 +13,7 @@ cyrus-sasl-compile: openssl-compile
deco-compile: ncurses-compile
dhcp6-compile: ncurses-compile
dsniff-compile: libnids-compile openssl-compile libgdbm-compile
elinks-compile: openssl-compile
freetype-compile: zlib-compile
fprobe-compile: libpcap-compile
gdbserver-compile: ncurses-compile

@ -2,6 +2,7 @@ config BR2_PACKAGE_ELINKS
prompt "elinks............................ A text based web browser"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBOPENSSL
help
An advanced text based web browser

@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=elinks
PKG_VERSION:=0.11.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MD5SUM:=c09d726075e4b5810fa07f8654088755
PKG_SOURCE_URL:=http://elinks.or.cz/download/

@ -2,3 +2,4 @@ Package: elinks
Priority: optional
Section: text
Description: An advanced text web browser
Depends: libopenssl