[Lunar-commits] <moonbase> libfm: fix the compile.
Florin Braescu
florin at lunar-linux.org
Sun May 6 10:04:33 CEST 2012
commit 5119a6edb7dcf1ab062e49d0454a95fede4e280c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun May 6 10:04:33 2012 +0200
libfm: fix the compile.
---
lxde/libfm/BUILD | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/lxde/libfm/BUILD b/lxde/libfm/BUILD
index 0f3dd81..afb0881 100644
--- a/lxde/libfm/BUILD
+++ b/lxde/libfm/BUILD
@@ -1,17 +1,9 @@
(
- sedit "s:if :#if :" docs/reference/libfm/Makefile.am &&
- sedit "s:endif:#endif:" docs/reference/libfm/Makefile.am &&
- sedit "s:EXTRA_DIST +=:EXTRA_DIST =:" docs/reference/libfm/Makefile.am &&
- sedit "s:include \$(top_srcdir)/gtk-doc.make:# include \$(top_srcdir)/gtk-doc.make:" docs/reference/libfm/Makefile.am &&
sedit "s:GTK_DOC_CHECK:#GTK_DOC_CHECK:" configure.ac &&
- OPTS+=" --sysconfdir=/etc " &&
+ OPTS+=" --sysconfdir=/etc --with-gnu-ld" &&
- libtoolize --copy --force &&
- aclocal &&
- automake --foreign &&
- autoconf &&
default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list