X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=tools%2Fautomake%2FMakefile;fp=tools%2Fautomake%2FMakefile;h=c30a9900e613e5f527ff29f250b1c5c7b67c5faf;hp=70103d5a95a31da555b5a74cf2094d7cfa2afff3;hb=42e7bfc7416c6648355f0896a91ff3398b3e93c7;hpb=3ebef1c4b57494636f238c468d095bf8b6798969 diff --git a/tools/automake/Makefile b/tools/automake/Makefile index 70103d5a9..c30a9900e 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