aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-07-19 07:25:11 +0000
committerNicolas Thill <nico@openwrt.org>2006-07-19 07:25:11 +0000
commit0ad465fc7d0394647ee8f64baf66c65b5db28abb (patch)
tree18ee19df4163602ed1f5e0f7fab5522925dcbe24
parent73b75bce618f418d82b79828816399a1700afb40 (diff)
downloadupstream-0ad465fc7d0394647ee8f64baf66c65b5db28abb.tar.gz
upstream-0ad465fc7d0394647ee8f64baf66c65b5db28abb.tar.bz2
upstream-0ad465fc7d0394647ee8f64baf66c65b5db28abb.zip
fix elinks dependency on openssl (closes: #614). Bump release number.
SVN-Revision: 4166
-rw-r--r--openwrt/package/depend.mk1
-rw-r--r--openwrt/package/elinks/Config.in1
-rw-r--r--openwrt/package/elinks/Makefile2
-rw-r--r--openwrt/package/elinks/ipkg/elinks.control1
4 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk
index 35e81b18bf..8573a19dd5 100644
--- a/openwrt/package/depend.mk
+++ b/openwrt/package/depend.mk
@@ -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
diff --git a/openwrt/package/elinks/Config.in b/openwrt/package/elinks/Config.in
index 3e0b28cf10..ed244dee28 100644
--- a/openwrt/package/elinks/Config.in
+++ b/openwrt/package/elinks/Config.in
@@ -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
diff --git a/openwrt/package/elinks/Makefile b/openwrt/package/elinks/Makefile
index d91b7dc729..f1385fc437 100644
--- a/openwrt/package/elinks/Makefile
+++ b/openwrt/package/elinks/Makefile
@@ -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/
diff --git a/openwrt/package/elinks/ipkg/elinks.control b/openwrt/package/elinks/ipkg/elinks.control
index f3de4e564d..bbcb216bc7 100644
--- a/openwrt/package/elinks/ipkg/elinks.control
+++ b/openwrt/package/elinks/ipkg/elinks.control
@@ -2,3 +2,4 @@ Package: elinks
Priority: optional
Section: text
Description: An advanced text web browser
+Depends: libopenssl