summaryrefslogtreecommitdiffstats
path: root/audio-players/mpg123/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/mpg123/BUILD')
-rwxr-xr-xaudio-players/mpg123/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio-players/mpg123/BUILD b/audio-players/mpg123/BUILD
index 0dc6fef535..cc18974b9d 100755
--- a/audio-players/mpg123/BUILD
+++ b/audio-players/mpg123/BUILD
@@ -4,5 +4,6 @@ fi &&
if [[ "$MPG123_SEEKTABLE" != "" ]]; then
OPTS="--with-seektable=$MPG123_SEEKTABLE $OPTS"
fi &&
-OPTS="$MPG123_MODULES $OPTS" &&
+# Use .so for modules so it is safe to rip out the .la files.
+OPTS="$MPG123_MODULES --with-module-suffix=.so $OPTS" &&
default_build