Skip to content

Commit

Permalink
gettext: Prevent installation of static versions of libraries
Browse files Browse the repository at this point in the history
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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d264525

Please sign in to comment.