aur/netatalk

make systemd capable
This commit is contained in:
pepedog 2012-09-26 00:57:35 +02:00
parent 870755eb1a
commit a96ac23f51

View file

@ -6,7 +6,7 @@
pkgname=netatalk
pkgver=3.0
pkgrel=3
pkgrel=4
pkgdesc='A kernel-level implementation of AFP services'
arch=('i686' 'x86_64')
url='http://netatalk.sourceforge.net'
@ -29,7 +29,7 @@ build() {
echo -e "all:\ninstall:">libevent/Makefile
msg2 'Configuring...'
CFLAGS="-Wno-unused-result" LIBS=-levent ./configure --prefix=/usr --localstatedir=/etc --sysconfdir=/etc \
--disable-bundled-libevent --with-cracklib --with-cnid-cdb-backend --enable-pgp-uam
--disable-bundled-libevent --with-cracklib --with-cnid-cdb-backend --enable-pgp-uam --with-init-style=systemd
msg2 'Making...'
make >/dev/null
}