[Lunar-commits] <moonbase> gnupg: add a patch to compile with gcc 4.3.3.

Florin Braescu florin at lunar-linux.org
Sun Apr 5 18:37:23 CEST 2009


commit 3c90405793e6206a94bbe219e22501399b8a22bb
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Apr 5 19:37:23 2009 +0300

    gnupg: add a patch to compile with gcc 4.3.3.
---
 crypto/gnupg/BUILD   |    6 ++++++
 crypto/gnupg/DETAILS |    7 +++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/crypto/gnupg/BUILD b/crypto/gnupg/BUILD
new file mode 100644
index 0000000..a8b4ab4
--- /dev/null
+++ b/crypto/gnupg/BUILD
@@ -0,0 +1,6 @@
+(
+ 
+  patch_it $SOURCE2 0  &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/crypto/gnupg/DETAILS b/crypto/gnupg/DETAILS
index 9fa96b8..936ea3b 100644
--- a/crypto/gnupg/DETAILS
+++ b/crypto/gnupg/DETAILS
@@ -1,13 +1,16 @@
           MODULE=gnupg
          VERSION=1.4.9
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-$VERSION-curl_fix.patch.bz2
    SOURCE_URL[0]=http://mirrors.rootmode.com/ftp.gnupg.org/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnupg.org/gcrypt/$MODULE
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:826f4bef1effce61c3799c8f7d3cc8313b340b55
+     SOURCE2_VFY=sha1:a7d47c034a2e619cbcd34237c862c0e861de7635
         WEB_SITE=http://www.gnupg.org
          ENTERED=20010922
-         UPDATED=20080331
-           SHORT="tool for secure secure communication and data storage"
+         UPDATED=20090405
+           SHORT="A tool for secure secure communication and data storage"
 
 cat << EOF
 GnuPG (the GNU Privacy Guard) is GNU's tool for secure communication and


More information about the Lunar-commits mailing list