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

Tobias Powalowski tpowa at archlinux.org
Wed Aug 1 20:10:23 UTC 2007


    Date: Wednesday, August 1, 2007 @ 16:10:23
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/dhcpcd

Modified: PKGBUILD (1.19 -> 1.20)

'upgpkg: disable duid usage'


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


Index: arch/build/base/dhcpcd/PKGBUILD
diff -u arch/build/base/dhcpcd/PKGBUILD:1.19 arch/build/base/dhcpcd/PKGBUILD:1.20
--- arch/build/base/dhcpcd/PKGBUILD:1.19	Tue Jul 31 15:31:03 2007
+++ arch/build/base/dhcpcd/PKGBUILD	Wed Aug  1 16:10:23 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.19 2007/07/31 19:31:03 tpowa Exp $
+# $Id: PKGBUILD,v 1.20 2007/08/01 20:10:23 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=dhcpcd
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A DHCP client daemon"
 arch=(i686 x86_64)
 license=('GPL')
@@ -20,6 +20,8 @@
     aclocal
     autoconf
   fi
+  #disable DUID usage
+  echo "#undef ENABLE_DUID" >> config.h
   make || return 1
   make DESTDIR=$startdir/pkg install
   mkdir -p $startdir/pkg/usr/sbin




More information about the arch-commits mailing list