[Lunar-commits] <moonbase> mpg123: Since we by default send .la files to /dev/null and mpg123 by default
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Apr 27 13:39:39 CEST 2011
commit f3e15e91986f500009ba531e06b8c055600375c8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Apr 27 07:39:39 2011 -0400
mpg123: Since we by default send .la files to /dev/null and mpg123 by default
uses .la files for module loading. This will never work. So changing its default
to .so files.
---
audio/mpg123/BUILD | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/audio/mpg123/BUILD b/audio/mpg123/BUILD
index 17e5e25..dfbea5e 100644
--- a/audio/mpg123/BUILD
+++ b/audio/mpg123/BUILD
@@ -1,6 +1,9 @@
(
- sedit 's/"\.la"/"\.so"/' src/module.c
+ OPTS+=" --with-module-suffix=.so" &&
+
+ sedit 's/"\.la"/"\.so"/' src/module.c &&
+
default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list