From 1d0c46287d508236506ee59417e8da05c0cee3e5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Feb 2010 00:54:12 +0100 Subject: avoid autotools usage on host system There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way. --- package/squid/patches/patch-src_Makefile_am | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 package/squid/patches/patch-src_Makefile_am (limited to 'package/squid/patches/patch-src_Makefile_am') diff --git a/package/squid/patches/patch-src_Makefile_am b/package/squid/patches/patch-src_Makefile_am deleted file mode 100644 index 2b9bbbe68..000000000 --- a/package/squid/patches/patch-src_Makefile_am +++ /dev/null @@ -1,22 +0,0 @@ ---- squid-3.0.STABLE20.orig/src/Makefile.am 2009-10-29 11:05:46.000000000 +0100 -+++ squid-3.0.STABLE20/src/Makefile.am 2009-12-11 23:26:08.000000000 +0100 -@@ -1010,6 +1010,7 @@ DEFAULT_MIB_PATH = $(datadir)/mib.txt - DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@ - - DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" -+HOSTCXX ?= @HOSTCXX@ - - $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h - -@@ -1034,6 +1035,11 @@ cache_cf.o: cf_parser.h - squid.conf.default: cf_parser.h - true - -+cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES) -+ $(HOSTCXX) -o $@ $(srcdir)/cf_gen.cc \ -+ $(top_srcdir)/lib/util.c $(top_srcdir)/lib/assert.c \ -+ -DNDEBUG -DBUILD_HOST_TOOL ${INCLUDES} ${HOSTCFLAGS} -+ - cf_parser.h: cf.data cf_gen$(EXEEXT) - ./cf_gen cf.data $(srcdir)/cf.data.depend - -- cgit v1.2.3