diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package/squid/patches/patch-configure_in | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package/squid/patches/patch-configure_in')
-rw-r--r-- | package/squid/patches/patch-configure_in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/squid/patches/patch-configure_in b/package/squid/patches/patch-configure_in new file mode 100644 index 000000000..eb4c83428 --- /dev/null +++ b/package/squid/patches/patch-configure_in @@ -0,0 +1,13 @@ +--- squid-3.0.STABLE15.orig/configure.in 2009-05-06 13:11:43.000000000 +0200 ++++ squid-3.0.STABLE15/configure.in 2009-06-04 20:20:15.000000000 +0200 +@@ -1820,6 +1820,10 @@ case "$host" in + ;; + esac + ++dnl Define HOSTCXX ++HOSTCXX="g++" ++AC_SUBST(HOSTCXX) ++ + dnl Check for programs + AC_PROG_CPP + AC_PROG_INSTALL |