mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
aur/netatalk
make systemd capable
This commit is contained in:
parent
870755eb1a
commit
a96ac23f51
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue