mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
audit: add missing libcap-ng-devel dependency to libaudit-devel
This commit is contained in:
parent
ef1c807ebb
commit
e1b8e01d40
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'audit'
|
||||
pkgname=audit
|
||||
version=3.1.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
|
||||
--with-apparmor --with-libcap-ng --with-python3"
|
||||
|
@ -50,7 +50,7 @@ libaudit_package() {
|
|||
|
||||
libaudit-devel_package() {
|
||||
short_desc+=" - Library development files"
|
||||
depends="libaudit-${version}_${revision}"
|
||||
depends="libaudit-${version}_${revision} libcap-ng-devel"
|
||||
pkg_install() {
|
||||
vmove usr/include/libaudit.h
|
||||
vmove usr/lib/libaudit.a
|
||||
|
|
Loading…
Add table
Reference in a new issue