Date: Saturday, June 9, 2018 @ 11:08:56
  Author: arojas
Revision: 326515

BUILDINFO rebuild

Modified:
  xinetd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-09 09:57:57 UTC (rev 326514)
+++ PKGBUILD    2018-06-09 11:08:56 UTC (rev 326515)
@@ -4,11 +4,12 @@
 
 pkgname=xinetd
 pkgver=2.3.15
-pkgrel=4
+pkgrel=5
 pkgdesc="A secure replacement for inetd"
 arch=('x86_64')
 url="http://www.xinetd.org/";
 license=('custom')
+depends=('libtirpc')
 optdepends=('perl: for xconv.pl script')
 backup=('etc/xinetd.conf' 'etc/xinetd.d/servers' 'etc/xinetd.d/services')
 
source=("https://sources.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.gz";
@@ -35,7 +36,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sbindir=/usr/bin --without-libwrap
-  make
+  CFLAGS+=' -I/usr/include/tirpc' LDFLAGS+=' -ltirpc' make
 }
 
 package() {

Reply via email to