[Buildroot] [git commit] policycoreutils: restorecon libglib2 dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Dec 13 09:55:55 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=08af46e39081bea4cf73ac8bd2031b3996e31b90
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Updated to match Config.in select of libglib2
package as dependency if restorecon is enabled.

Signed-off-by: Matthew Weber <matthew.weber at rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/policycoreutils/policycoreutils.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/policycoreutils/policycoreutils.mk b/package/policycoreutils/policycoreutils.mk
index c9f9ebc..86639cc 100644
--- a/package/policycoreutils/policycoreutils.mk
+++ b/package/policycoreutils/policycoreutils.mk
@@ -48,6 +48,7 @@ POLICYCOREUTILS_MAKE_DIRS = \
 
 ifeq ($(BR2_PACKAGE_POLICYCOREUTILS_RESTORECOND),y)
 POLICYCOREUTILS_MAKE_DIRS += restorecond
+POLICYCOREUTILS_DEPENDENCIES += libglib2
 endif
 # We need to pass DESTDIR at build time because it's used by
 # policycoreutils build system to find headers and libraries.


More information about the buildroot mailing list