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