commit 4728189aed3ad543d3c0e558b516cd2cac97d820
parent 7d48cbd1b683e9a1c1ba511e74d42d9e0fbcb842
Author: sin <sin@2f30.org>
Date: Fri, 28 Feb 2014 16:13:08 +0000
Enable static libs only for mpg123
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkgs/mpg123 b/pkgs/mpg123
@@ -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