summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortprrt <tprrt@tupi.fr>2015-05-05 19:06:02 +0200
committerJoe MacDonald <joe_macdonald@mentor.com>2015-08-07 14:24:15 -0400
commitaef47ac6a69acea9416f56b0a369bb1e30272c20 (patch)
tree5d157bed5cde6909932a9a036a5b98e9ec5400cc
parent607fb68d4b0f2949f0c964f7fd97f24ef1f4518d (diff)
downloadmeta-selinux-aef47ac6a69acea9416f56b0a369bb1e30272c20.tar.gz
Fix setools building (-fPIC error)
Signed-off-by: tprrt <tprrt@tupi.fr> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-security/setools/setools_3.3.8.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-security/setools/setools_3.3.8.bb b/recipes-security/setools/setools_3.3.8.bb
index 050f4ff..24c10b8 100644
--- a/recipes-security/setools/setools_3.3.8.bb
+++ b/recipes-security/setools/setools_3.3.8.bb
@@ -28,6 +28,9 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=26035c503c68ae1098177934ac0cc795 \
28 file://${S}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ 28 file://${S}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
29 file://${S}/COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24" 29 file://${S}/COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24"
30 30
31CFLAGS_append = " -fPIC"
32CXXFLAGS_append = " -fPIC"
33
31DEPENDS += "bison-native flex-native python libsepol libselinux libxml2" 34DEPENDS += "bison-native flex-native python libsepol libselinux libxml2"
32 35
33PACKAGE_BEFORE_PN += "${PN}-libs" 36PACKAGE_BEFORE_PN += "${PN}-libs"