diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-03 08:14:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-03 08:14:57 +0200 |
commit | 880a694987b2500a302722530615ec5e70a1d507 (patch) | |
tree | ed20dc94d0916995d44ef06dc9c5934ff4cc3cb6 /package/squid/patches/patch-lib_util_c | |
parent | e00bf1d2b054c3f2280c63c23bc682c67a25d1b2 (diff) |
package updates and rescue-x86_64 fix
- merge device-mapper and lvm package, because of upstream merge
- update squid to latest stable version
- add no64-lib patch for gcc, which fixes cross-build from x86 to
x86_64
Diffstat (limited to 'package/squid/patches/patch-lib_util_c')
-rw-r--r-- | package/squid/patches/patch-lib_util_c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/squid/patches/patch-lib_util_c b/package/squid/patches/patch-lib_util_c deleted file mode 100644 index 622df36d6..000000000 --- a/package/squid/patches/patch-lib_util_c +++ /dev/null @@ -1,22 +0,0 @@ -$Id$ - - the host tools don't need libm - ---- squid-2.5.STABLE13.orig/lib/util.c 2005-06-30 20:50:56.000000000 +0200 -+++ squid-2.5.STABLE13/lib/util.c 2006-09-18 19:23:46.000000000 +0200 -@@ -704,6 +704,7 @@ xpercent(double part, double whole) - return xdiv(100 * part, whole); - } - -+#ifndef BUILD_HOST_TOOL - int - xpercentInt(double part, double whole) - { -@@ -714,6 +715,7 @@ xpercentInt(double part, double whole) - return (int) floor(xpercent(part, whole) + 0.5); - #endif - } -+#endif - - /* somewhat safer division */ - double |