From 1128d7cc09fade4135cb2f120ab3523ce91e910a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 3 Apr 2018 14:46:33 +0200 Subject: [PATCH] polkit: Prevent installation of static versions of libraries --- polkit.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polkit.be0 b/polkit.be0 index f18fabbdf..4a4e4f736 100755 --- a/polkit.be0 +++ b/polkit.be0 @@ -56,7 +56,8 @@ LIBEXECDIR=/usr/lib/polkit-1 mee_configure() { bee_configure \ - --with-polkit-user=polkit + --with-polkit-user=polkit \ + --disable-static } #mee_build() {