[Lunar-commits] <moonbase> module-init-tools: fix broken build when docbook-utils are installed. it looks the patch which fixed the issue in previous releases does not work now. I made temporary fix.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed Sep 29 02:24:02 CEST 2010
commit c572fbc9e8679fc5f9bc2263cb9514f6ea3348ff
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Wed Sep 29 00:24:02 2010 +0000
module-init-tools: fix broken build when docbook-utils are installed.
it looks the patch which fixed the issue in previous releases does not
work now. I made temporary fix.
This bug is only reproducible if you have docbook-utils installed.
This is not problem with docbook2man but buggy scripts in
module-init-tools package.
---
kernel/module-init-tools/BUILD | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/kernel/module-init-tools/BUILD b/kernel/module-init-tools/BUILD
index 4619da4..6662495 100644
--- a/kernel/module-init-tools/BUILD
+++ b/kernel/module-init-tools/BUILD
@@ -2,9 +2,13 @@
bad_flags -malign-double
- if !( module_installed docbook-utils ); then
- patch_it $SOURCE_CACHE/$SOURCE2 1
- fi &&
+# if !( module_installed docbook-utils ); then
+# patch_it $SOURCE_CACHE/$SOURCE2 1
+# fi &&
+
+ # It looks docbook patch presented above does nothing
+ # Lets fix this temporary and find better solution later
+ sedit 's/docbook2man/docbook2man-fix-it-later/' configure &&
sedit "s:ln -s :ln -sf :" Makefile.in &&
More information about the Lunar-commits
mailing list