Skip to content

Commit

Permalink
Use autoconf_build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Alaiwan committed Feb 21, 2015
1 parent d33a7b3 commit 4eb52b1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions zen-expat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,13 @@ function expat_build {
lazy_extract "expat.tar.xz"
mkgit "expat"

mkdir -p expat/build/$host
pushDir expat/build/$host
CFLAGS+=" -I$PREFIX/$host/include " \
LDFLAGS+=" -L$PREFIX/$host/lib " \
../../configure \
--host=$host \
--prefix=$PREFIX/$host
$MAKE
$MAKE install
autoconf_build $host "expat" \
--enable-static \
--disable-shared

popDir
popDir
}

function expat_get_deps {
Expand Down

0 comments on commit 4eb52b1

Please sign in to comment.