rpcbind: depend on systemd-devel if the systemd option is enabled.
This commit is contained in:
parent
7b09339f0f
commit
a4da94024b
|
@ -6,7 +6,7 @@ build_style=gnu-configure
|
|||
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
|
||||
$(vopt_if systemd '--with-systemsystemunitdir=/usr/lib/systemd/system' '--with-systemdsystemunitdir=no')"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libtirpc-devel"
|
||||
makedepends="libtirpc-devel $(vopt_if systemd systemd-devel)"
|
||||
short_desc="Converts RPC program numbers into universal addresses"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://rpcbind.sourceforge.net"
|
||||
|
|
Loading…
Reference in New Issue
Block a user