[Lunar-commits] <moonbase> fdm: compile with recent Lunar updates
Paul Bredbury
brebs at lunar-linux.org
Sat Sep 26 07:34:12 CEST 2009
commit b792c0f3653f5f8f0a1235ac9027722bfeba470a
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sat Sep 26 12:34:12 2009 +0700
fdm: compile with recent Lunar updates
---
zbeta/fdm/BUILD | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/zbeta/fdm/BUILD b/zbeta/fdm/BUILD
index 2466353..0b074fb 100644
--- a/zbeta/fdm/BUILD
+++ b/zbeta/fdm/BUILD
@@ -1,5 +1,11 @@
(
-
+
+ # Fixes compilation error:
+ # /usr/include/asm/posix_types.h:2:30: error: posix_types_32.h: No such file or directory
+ # From 02gmake_use_iquote.diff in Debian's patches:
+ # http://packages.debian.org/unstable/mail/fdm
+ sedit "s:-I. -I- \$(INCDIRS):-I. -iquote. \$(INCDIRS):" GNUmakefile &&
+
export PREFIX=/usr PCRE=1 &&
default_build
More information about the Lunar-commits
mailing list