summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2015-07-23 19:54:36 +0800
committerNicolas Iooss2015-07-23 19:54:36 +0800
commitdb6f47dae3ec4f4d1409d00de7e5d38067168c57 (patch)
treebf17a6cfbbb3ac8d6d499998976527ea7ac65b2f
parent38e86108ee7421991eeb78cbfcd29463fba0ac3c (diff)
downloadaur-db6f47dae3ec4f4d1409d00de7e5d38067168c57.tar.gz
libsepol requires flex to build the package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dd2c6c3e0fe..d8c54f374a55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = libsepol
arch = x86_64
groups = selinux
license = GPL
+ makedepends = flex
depends = glibc
provides = selinux-usr-libsepol=2.4-1
conflicts = selinux-usr-libsepol
diff --git a/PKGBUILD b/PKGBUILD
index 91cbdf8bec38..5982cc48093c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
license=('GPL')
groups=('selinux')
+makedepends=('flex')
depends=('glibc')
options=(staticlibs)
conflicts=("selinux-usr-${pkgname}")