Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gettext: Prevent installation of static versions of libraries
  • Loading branch information
pmenzel committed Mar 12, 2018
1 parent 7b650bb commit d264525
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gettext.be0
Expand Up @@ -53,9 +53,10 @@ SRCURL[0]="https://ftp.gnu.org/gnu/gettext/gettext-${PKGVERSION}.tar.gz"
# bee_patch "${@}"
#}

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

#mee_build() {
# bee_build
Expand Down

0 comments on commit d264525

Please sign in to comment.