[arch-commits] CVS update of arch/build/base/syslog-ng (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 27 10:53:08 UTC 2007


    Date: Sunday, May 27, 2007 @ 06:53:08
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/syslog-ng

Modified: PKGBUILD (1.15 -> 1.16)

fixed build without libnet


----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: arch/build/base/syslog-ng/PKGBUILD
diff -u arch/build/base/syslog-ng/PKGBUILD:1.15 arch/build/base/syslog-ng/PKGBUILD:1.16
--- arch/build/base/syslog-ng/PKGBUILD:1.15	Sun May 27 04:04:17 2007
+++ arch/build/base/syslog-ng/PKGBUILD	Sun May 27 06:53:08 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.15 2007/05/27 08:04:17 tpowa Exp $
+# $Id: PKGBUILD,v 1.16 2007/05/27 10:53:08 andyrtr Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=syslog-ng
 pkgver=2.0.4
@@ -21,7 +21,7 @@
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-    --localstatedir=/var --enable-tcp-wrapper
+    --localstatedir=/var --enable-tcp-wrapper --disable-spoof-source
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
   install -D -m644 ../syslog-ng.conf $startdir/pkg/etc/syslog-ng.conf




More information about the arch-commits mailing list