From 4728189aed3ad543d3c0e558b516cd2cac97d820 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 28 Feb 2014 16:13:08 +0000 Subject: [PATCH] Enable static libs only for mpg123 --- pkgs/mpg123 | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/mpg123 b/pkgs/mpg123 index 862c038..87e1526 100644 --- 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