[Lunar-commits] <moonbase> libzip: Adding a BUILD to fix an include path issue as noted within the BUILD.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Mar 22 13:10:46 CET 2011
commit 2452cb0b7346ee6cd174f2c8468220dbe39df80f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Mar 22 08:10:46 2011 -0400
libzip: Adding a BUILD to fix an include path issue as noted within the BUILD.
---
archive/libzip/BUILD | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/archive/libzip/BUILD b/archive/libzip/BUILD
new file mode 100644
index 0000000..5ef4f0e
--- /dev/null
+++ b/archive/libzip/BUILD
@@ -0,0 +1,14 @@
+(
+
+ OPTS="--disable-static" &&
+
+ default_build &&
+
+# A quick and ditry hack to fix a make failure with ebook-tools;
+# /usr/include/zip.h:51:21: fatal error: zipconf.h: No such file or directory
+# The ./configure scripts and cmake instists on installing zipconf.h in
+# /usr/lib.
+
+ ln -sf /usr/lib/libzip/include/zipconf.h /usr/include/zipconf.h
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list