[Glibc-bsd-commits] r1517 - trunk/web/patches/debian-only

Petr Salinger ps-guest at costa.debian.org
Fri Apr 28 15:36:42 UTC 2006


Author: ps-guest
Date: 2006-04-28 15:36:40 +0000 (Fri, 28 Apr 2006)
New Revision: 1517

Added:
   trunk/web/patches/debian-only/squid.diff
Log:
patch for squid



Added: trunk/web/patches/debian-only/squid.diff
===================================================================
--- trunk/web/patches/debian-only/squid.diff	2006-04-28 13:47:51 UTC (rev 1516)
+++ trunk/web/patches/debian-only/squid.diff	2006-04-28 15:36:40 UTC (rev 1517)
@@ -0,0 +1,24 @@
+ in BTS #365211
+ config.{guess,sub} update also needed
+
+--- debian/rules	2006-04-28 16:28:55.000000000 +0200
++++ debian/rules	2006-04-28 16:44:03.000000000 +0200
+@@ -53,11 +53,18 @@
+ 	with_pthreads = --enable-storeio=ufs,diskd,null
+ 	with_netfilter =
+ 	with_arp_acl =
++else
++ifeq ($(DEB_HOST_ARCH_OS), kfreebsd)
++	with_pthreads = --enable-async-io --with-pthreads \
++		--enable-storeio=ufs,aufs,diskd,null
++	with_netfilter =
++	with_arp_acl =
+ else
+ 	with_pthreads = --enable-async-io --with-pthreads \
+ 		--enable-storeio=ufs,aufs,diskd,null
+ 	with_netfilter = --enable-linux-netfilter
+ 	with_arp_acl = --enable-arp-acl
++endif
+ endif
+ 
+ # setresuid is broken on sparc




More information about the Glibc-bsd-commits mailing list