From e8ae761967a03d703aa901fdc395c5eba0721e79 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 7 Sep 2016 17:19:26 +0200 Subject: [PATCH] upower: Disable static library buidling > --disable-static: This switch prevents installation of static versions > of the libraries. [1] http://www.linuxfromscratch.org/~thomasp/blfs-book-xsl/general/upower.html --- upower-0.9.16-0.bee | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/upower-0.9.16-0.bee b/upower-0.9.16-0.bee index 5cf8dfddc..7f0999aa6 100755 --- a/upower-0.9.16-0.bee +++ b/upower-0.9.16-0.bee @@ -24,9 +24,10 @@ PATCHURL[0]="" # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + --disable-static +} #mee_build() { # bee_build