Skip to content

Commit

Permalink
glib: Adjust outdated build tools
Browse files Browse the repository at this point in the history
- packaged config.guess/config.sub aren't aware of modern CPU's
- make libs shareable on 64bit (-fPIC)
- don't use libtool from package
  • Loading branch information
thomas committed Nov 6, 2019
1 parent 8c302c2 commit 2fcf437
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions glib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,19 @@ PATCHURL+=(${XPATCHROOT}/glib-1.2.10-gcc9.patch.gz)
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
cp -p /usr/share/automake-1.15/config.{guess,sub} .
}

export CFLAGS='-O2 -fPIC'
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}
mee_build() {
bee_build LIBTOOL=/usr/bin/libtool
}

#mee_install() {
# bee_install
Expand Down

0 comments on commit 2fcf437

Please sign in to comment.