diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-19 00:54:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-19 00:54:12 +0100 |
commit | 1d0c46287d508236506ee59417e8da05c0cee3e5 (patch) | |
tree | e44b4a7ad97472ca0523cff975a958a7b93982e5 /package/squid/patches/patch-configure_in | |
parent | b668796b88da374fefa35b87f305ebcc03147e5d (diff) |
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.
Diffstat (limited to 'package/squid/patches/patch-configure_in')
-rw-r--r-- | package/squid/patches/patch-configure_in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/squid/patches/patch-configure_in b/package/squid/patches/patch-configure_in deleted file mode 100644 index 1033d265e..000000000 --- a/package/squid/patches/patch-configure_in +++ /dev/null @@ -1,13 +0,0 @@ ---- squid-3.0.STABLE18.orig/configure.in 2009-08-04 13:57:50.000000000 +0200 -+++ squid-3.0.STABLE18/configure.in 2009-08-23 18:00:46.944417936 +0200 -@@ -1895,6 +1895,10 @@ case "$host" in - ;; - esac - -+dnl Define HOSTCXX -+HOSTCXX="g++" -+AC_SUBST(HOSTCXX) -+ - dnl Check for programs - AC_PROG_CPP - AC_PROG_INSTALL |