aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libsepol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libs/libsepol/Makefile')
-rw-r--r--package/libs/libsepol/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/package/libs/libsepol/Makefile b/package/libs/libsepol/Makefile
index c7950a9ba08..b1a34d293e0 100644
--- a/package/libs/libsepol/Makefile
+++ b/package/libs/libsepol/Makefile
@@ -6,14 +6,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsepol
-PKG_VERSION:=3.2
+PKG_VERSION:=3.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/3.2
-PKG_HASH:=dfc7f662af8000116e56a01de6a0394ed79be1b34b999e551346233c5dd19508
+PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PKG_VERSION)
+PKG_HASH:=78fdaf69924db780bac78546e43d9c44074bad798c2c415d0b9bb96d065ee8a2
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
+PKG_CPE_ID:=cpe:/a:selinuxproject:libsepol
+
+PKG_BUILD_FLAGS:=no-lto
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk