diff options
author | tprrt <tprrt@tupi.fr> | 2015-05-05 19:06:02 +0200 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-08-07 14:24:15 -0400 |
commit | aef47ac6a69acea9416f56b0a369bb1e30272c20 (patch) | |
tree | 5d157bed5cde6909932a9a036a5b98e9ec5400cc | |
parent | 607fb68d4b0f2949f0c964f7fd97f24ef1f4518d (diff) | |
download | meta-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.bb | 3 |
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 | ||
31 | CFLAGS_append = " -fPIC" | ||
32 | CXXFLAGS_append = " -fPIC" | ||
33 | |||
31 | DEPENDS += "bison-native flex-native python libsepol libselinux libxml2" | 34 | DEPENDS += "bison-native flex-native python libsepol libselinux libxml2" |
32 | 35 | ||
33 | PACKAGE_BEFORE_PN += "${PN}-libs" | 36 | PACKAGE_BEFORE_PN += "${PN}-libs" |