[arch-commits] Commit in xinetd/trunk (PKGBUILD)

Dan McGee dan at archlinux.org
Fri Jul 15 23:50:01 UTC 2011


    Date: Friday, July 15, 2011 @ 19:50:00
  Author: dan
Revision: 131821

upgpkg: xinetd 2.3.14-7
remove tcp_wrappers support

Modified:
  xinetd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-15 23:28:38 UTC (rev 131820)
+++ PKGBUILD	2011-07-15 23:50:00 UTC (rev 131821)
@@ -4,12 +4,11 @@
 
 pkgname=xinetd
 pkgver=2.3.14
-pkgrel=6
+pkgrel=7
 pkgdesc="A secure replacement for inetd"
 arch=('i686' 'x86_64')
 url="http://www.xinetd.org/"
 license=('custom')
-depends=('tcp_wrappers')
 optdepends=('perl: for xconv.pl script')
 backup=('etc/xinetd.conf' 'etc/xinetd.d/servers' 'etc/xinetd.d/services')
 source=(http://www.xinetd.org/xinetd-$pkgver.tar.gz
@@ -26,7 +25,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   sed -i "s#${prefix}/man#${prefix}/share/man#" configure
-  ./configure --prefix=/usr --with-libwrap
+  ./configure --prefix=/usr --without-libwrap
   make
 }
 




More information about the arch-commits mailing list