1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-09 22:15:55 +02:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4166 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-07-19 07:25:11 +00:00
parent 0acc4fa2a1
commit 5dd043367a
4 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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/

View File

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