From 92cb1c451612178ab5fec25bdc4a94fc8a5cf69a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 5 Mar 2012 17:44:21 +0100 Subject: [PATCH] polkit: specify expat install dir, this fixes #183 Signed-off-by: Stephan Raue --- packages/security/polkit/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/security/polkit/build b/packages/security/polkit/build index 4a33abb1d3..25993da855 100755 --- a/packages/security/polkit/build +++ b/packages/security/polkit/build @@ -38,6 +38,7 @@ cd $PKG_BUILD --disable-introspection \ --with-authfw=shadow \ --with-os-type=redhat \ + --with-expat=$SYSROOT_PREFIX/usr \ make