diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-19 07:25:11 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-19 07:25:11 +0000 |
commit | 5dd043367ab5d021df8df4b8de65427724deb013 (patch) | |
tree | 987323cb154f8b78ff21b6b0e8298bbe3303bf3d /openwrt/package | |
parent | 0acc4fa2a1824bd738dfacabcc5b29709efdd3e8 (diff) |
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
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/depend.mk | 1 | ||||
-rw-r--r-- | openwrt/package/elinks/Config.in | 1 | ||||
-rw-r--r-- | openwrt/package/elinks/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/elinks/ipkg/elinks.control | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk index 35e81b18b..8573a19dd 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 3e0b28cf1..ed244dee2 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 d91b7dc72..f1385fc43 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 f3de4e564..bbcb216bc 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 |