aboutsummaryrefslogtreecommitdiffstats
path: root/community/libsepol/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libsepol/APKBUILD')
-rw-r--r--community/libsepol/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/libsepol/APKBUILD b/community/libsepol/APKBUILD
index bf57dbee76d..4c71bb0eb0f 100644
--- a/community/libsepol/APKBUILD
+++ b/community/libsepol/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libsepol
-pkgver=3.3
+pkgver=3.6
pkgrel=0
pkgdesc="SELinux binary policy manipulation library"
url="https://github.com/SELinuxProject/selinux/wiki"
@@ -14,8 +14,6 @@ source="https://github.com/SELinuxProject/selinux/releases/download/$pkgver/libs
"
build() {
- # More than a hundred multiple definitions
- CFLAGS="$CFLAGS -fcommon" \
make
}
@@ -28,5 +26,5 @@ check() {
}
sha512sums="
-fb6bb69f8e43a911a1a9cbd791593215386e93cb9292e003f5d8efe6e86e0ce5d0287e95d52fe2fbce518a618beaf9b1135aea0d04eaebcdbd8c6d07ee67b500 libsepol-3.3.tar.gz
+35a42d2749fc4f71bc6b7488380714f56975564007128566f1c73e5c50bf81c17535b2cfda4583aacb4870aa2cd5885321c01523e415bda8b3326bfefb13d58e libsepol-3.6.tar.gz
"