summaryrefslogtreecommitdiffstats
path: root/rules/host-autotools-libtool.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-22 09:09:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-23 13:52:58 +0200
commitbeeea5d9a5efb8f197e801dbeb9d88efdb4e895e (patch)
tree4452a73331dda66204927741a3eeec935f20f690 /rules/host-autotools-libtool.make
parentce26f1c2efa162942c8f8796fd9dad64256d1738 (diff)
downloadptxdist-beeea5d9a5efb8f197e801dbeb9d88efdb4e895e.tar.gz
ptxdist-beeea5d9a5efb8f197e801dbeb9d88efdb4e895e.tar.xz
[host-autotools-libtool] disable devel package and install to sysroot
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-autotools-libtool.make')
-rw-r--r--rules/host-autotools-libtool.make6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make
index 3dcc3e2f9..74cceba08 100644
--- a/rules/host-autotools-libtool.make
+++ b/rules/host-autotools-libtool.make
@@ -22,6 +22,7 @@ HOST_AUTOTOOLS_LIBTOOL_SUFFIX := tar.gz
HOST_AUTOTOOLS_LIBTOOL_URL := $(PTXCONF_SETUP_GNUMIRROR)/libtool/$(HOST_AUTOTOOLS_LIBTOOL)a.$(HOST_AUTOTOOLS_LIBTOOL_SUFFIX)
HOST_AUTOTOOLS_LIBTOOL_SOURCE := $(SRCDIR)/$(HOST_AUTOTOOLS_LIBTOOL)a.$(HOST_AUTOTOOLS_LIBTOOL_SUFFIX)
HOST_AUTOTOOLS_LIBTOOL_DIR := $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_LIBTOOL)
+HOST_AUTOTOOLS_LIBTOOL_DEVPKG := NO
$(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-libtool.install.post
@@ -37,12 +38,9 @@ $(HOST_AUTOTOOLS_LIBTOOL_SOURCE):
# Prepare
# ----------------------------------------------------------------------------
-HOST_AUTOTOOLS_LIBTOOL_PATH := PATH=$(HOST_PATH)
-HOST_AUTOTOOLS_LIBTOOL_ENV := $(HOST_ENV)
-
#
# autoconf
#
-HOST_AUTOTOOLS_LIBTOOL_AUTOCONF := $(HOST_AUTOCONF)
+HOST_AUTOTOOLS_LIBTOOL_CONFTOOL := autoconf
# vim: syntax=make