Enable static libs only for mpg123

This commit is contained in:
sin 2014-02-28 16:13:08 +00:00
parent 7d48cbd1b6
commit 4728189aed

View File

@ -6,6 +6,7 @@ build: tinyalsa
[ -d mpg123-$v ] || tar xjf mpg123-$v.tar.bz2
cd mpg123-$v
CC=$CC ./configure --prefix="$root" --with-default-audio=tinyalsa \
--enable-static=yes --enable-shared=no \
CFLAGS="-I$libcroot/include" LDFLAGS="-L$libcroot/lib -static" || return 1
make || return 1
make install || return 1