From bf8ba1e963891aff88e890cb2e345764a6fcdd80 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 1 Feb 2012 15:17:02 +0000 Subject: [PATCH] [backfire] merge automake Makefile from trunk SVN-Revision: 29980 --- tools/automake/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/tools/automake/Makefile b/tools/automake/Makefile index 70103d5a95..c30a9900e6 100644 --- a/tools/automake/Makefile +++ b/tools/automake/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -15,15 +15,8 @@ PKG_MD5SUM:=c2972c4d9b3e29c03d5f2af86249876f include $(INCLUDE_DIR)/host-build.mk -define Host/Configure - $(call Host/Configure/Default,\ - --datarootdir=$(STAGING_DIR_HOST)/share \ - ) -endef - -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef +HOST_CONFIGURE_ARGS += --datarootdir=$(STAGING_DIR_HOST)/share +HOST_CONFIGURE_VARS += am_cv_prog_PERL_ithreads=no define Host/Install $(MAKE) -C $(HOST_BUILD_DIR) install -- 2.30.2