[Lunar-commits] <moonbase> gpgme: make support for large files optional.
Florin Braescu
florin at lunar-linux.org
Wed Apr 28 16:58:39 CEST 2010
commit 6e481bacfd6aeaa8beabbb3a63e83edf867e6ccb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Apr 28 17:58:39 2010 +0300
gpgme: make support for large files optional.
seahorse-plugins module want this disabled in order to compile.
---
libs/gpgme/BUILD | 10 ++++++++++
libs/gpgme/CONFIGURE | 1 +
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/libs/gpgme/BUILD b/libs/gpgme/BUILD
new file mode 100644
index 0000000..ceebace
--- /dev/null
+++ b/libs/gpgme/BUILD
@@ -0,0 +1,10 @@
+
+(
+
+ if [ "$LARGE_FILES" == "n" ] ; then
+ OPTS +=" --disable-largefile"
+ fi &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/gpgme/CONFIGURE b/libs/gpgme/CONFIGURE
new file mode 100644
index 0000000..4868f8f
--- /dev/null
+++ b/libs/gpgme/CONFIGURE
@@ -0,0 +1 @@
+mquery LARGE_FILES "Do you want me to enable large file support?" n
More information about the Lunar-commits
mailing list