Skip to content

Commit

Permalink
upower: Disable static library buidling
Browse files Browse the repository at this point in the history
> --disable-static: This switch prevents installation of static versions
> of the libraries.

[1] http://www.linuxfromscratch.org/~thomasp/blfs-book-xsl/general/upower.html
  • Loading branch information
pmenzel committed Sep 7, 2016
1 parent 303c2e1 commit e8ae761
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions upower-0.9.16-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ PATCHURL[0]=""
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--disable-static
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit e8ae761

Please sign in to comment.