summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Michael Mulesa2020-07-28 14:01:51 +1000
committerJohn-Michael Mulesa2020-07-28 14:01:51 +1000
commitd1a6e5f24d9adc4a86553eedd1094db4a9733369 (patch)
tree2fe1abc2b8eaa42c9f3902add6a01ed5f898cac4
parent81cf0215664a1dd730a19ca9cba3bffd58058221 (diff)
downloadaur-d1a6e5f24d9adc4a86553eedd1094db4a9733369.tar.gz
Fix sbin and unused define.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 189f21978d19..3f1d3788cf19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = netatalk-ddp
pkgdesc = A kernel-level implementation of AppleTalk, AFP, and PAP services
pkgver = 2.2.6
- pkgrel = 1
+ pkgrel = 2
url = http://netatalk.sourceforge.net
install = netatalk-ddp.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0fc0e81293a4..9cce8f7bd43b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=netatalk-ddp
pkgname=netatalk-ddp
pkgver=2.2.6
-pkgrel=1
+pkgrel=2
pkgdesc='A kernel-level implementation of AppleTalk, AFP, and PAP services'
arch=('i686' 'x86_64')
url='http://netatalk.sourceforge.net'
@@ -48,8 +48,7 @@ build() {
sed -i 's/#include <unistd.h>/#include <stdlib.h>\n#include <unistd.h>/' contrib/a2boot/a2boot.c
sed -i 's:/lib:/usr/lib:' distrib/initscripts/Makefile.{am,in}
msg2 'Configuring...'
- CFLAGS="-O -I/usr/include/tirpc" CPPFLAGS="-DNEED_RQUOTA -D_IPP_PRIVATE_STRUCTURES" LIBS="-ltirpc" ./configure --prefix=/usr --localstatedir=/var --libexecdir='${libdir}' \
- --disable-static --enable-shared --with-cracklib --with-cnid-cdb-backend --enable-systemd --enable-fhs --enable-ddp --enable-srvloc --enable-timelord --enable-cups --enable-a2boot --enable-tcp-wrappers
+ CFLAGS="-O -I/usr/include/tirpc" CPPFLAGS="-DNEED_RQUOTA" LIBS="-ltirpc" ./configure --prefix=/usr --sbindir=/usr/bin --localstatedir=/var --libexecdir='${libdir}' --disable-static --enable-shared --with-cracklib --with-cnid-cdb-backend --enable-systemd --enable-fhs --enable-ddp --enable-srvloc --enable-timelord --enable-cups --enable-a2boot --enable-tcp-wrappers
msg2 'Making...'
make
}