summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2015-10-02 21:09:18 +0200
committerNicolas Iooss2015-10-02 21:09:18 +0200
commitaefda5187406d2329e32e285733ab00d624d4682 (patch)
tree5d8cb831c96d1c3d7c7a3735df861ae70de63172 /PKGBUILD
parent80aa37c5548018c8d907a1c5e855090cca44bc1a (diff)
downloadaur-aefda5187406d2329e32e285733ab00d624d4682.tar.gz
libsemanage: force using ustr-selinux
ustr-selinux fixes a bug in ustr which makes the build fail with recent versions of gcc. ustr package bug: https://bugs.archlinux.org/task/46445
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a81d5de50608..5283e3f783e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')
makedepends=('flex' 'python2' 'python' 'swig')
-depends=('ustr' 'libselinux>=2.4' 'audit')
+depends=('ustr-selinux' 'libselinux>=2.4' 'audit')
optdepends=('python2: python2 bindings'
'python: python bindings')
options=(!emptydirs)