[Lunar-commits] <moonbase> gstreamer-10: tidy & disable static
Paul Bredbury
brebs at lunar-linux.org
Tue Mar 8 20:11:31 CET 2011
commit c616fccc0ea6bf4de559f7127ab6ba7ac2a1bc5f
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Wed Mar 9 02:11:31 2011 +0700
gstreamer-10: tidy & disable static
The 3 sedits are not needed.
---
audio/gstreamer-10/BUILD | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/audio/gstreamer-10/BUILD b/audio/gstreamer-10/BUILD
index 1ec4220..deb89a2 100644
--- a/audio/gstreamer-10/BUILD
+++ b/audio/gstreamer-10/BUILD
@@ -1,11 +1,7 @@
(
- OPTS+=" --disable-examples --disable-tests --disable-valgrind --disable-debug"
+ OPTS+=" --disable-static --disable-debug --disable-examples --disable-tests --disable-valgrind" &&
- default_config &&
- sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/gst/Makefile &&
- sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/libs/Makefile &&
- sedit 's: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html: -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html:' docs/plugins/Makefile &&
- default_make
+ default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list