summaryrefslogtreecommitdiff
path: root/package/autoconf-old
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-26 09:09:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-26 09:09:45 +0200
commit9ae4a9a777cb248a47b4a52942df4e0723691af6 (patch)
tree9a23529e2eae5d42e534ccc2d1743244b3b82601 /package/autoconf-old
parent543e7c263418f8edb1c5b46e7807cb6f8792204b (diff)
autoconf-old: is host-only
Diffstat (limited to 'package/autoconf-old')
-rw-r--r--package/autoconf-old/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/autoconf-old/Makefile b/package/autoconf-old/Makefile
index 509ce8cd4..6bfeeae6d 100644
--- a/package/autoconf-old/Makefile
+++ b/package/autoconf-old/Makefile
@@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= autoconf
PKG_VERSION:= 2.13
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e
PKG_DESCR:= automatically configure software source code packages
PKG_SECTION:= dev/tools
@@ -14,6 +14,8 @@ PKG_URL:= http://www.gnu.org/software/autoconf/
PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/}
PKG_OPTS:= noscripts
+PKG_CFLINE_AUTOCONF:= depends on ADK_HOST_ONLY
+
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
include ${ADK_TOPDIR}/mk/host.mk