[Lunar-commits] <moonbase> elfutils: Version bump and needed to twiddle with CFLAGS. Aside from it complaining

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Sep 10 02:32:39 CEST 2009


commit 0b8fc494671506712c1e13db22e83d0db6546356
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Sep 9 20:32:39 2009 -0400

    elfutils: Version bump and needed to twiddle with CFLAGS. Aside from it complaining
    
    about : C99 inline functions are not supported; using GNU89 the make would
    eventually appear to stall.
---
 devel/elfutils/BUILD   |    3 +++
 devel/elfutils/DETAILS |    8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/devel/elfutils/BUILD b/devel/elfutils/BUILD
index 8ab57de..ad43728 100644
--- a/devel/elfutils/BUILD
+++ b/devel/elfutils/BUILD
@@ -1,6 +1,9 @@
 (
 
   OPTS+=" --program-prefix='eu-'"
+
+  CFLAGS="-fgnu89-inline"
+
   find . -type f -name 'Makefile.*' -exec sed -i 's/-Werror//g' {} \; &&
   default_build
 
diff --git a/devel/elfutils/DETAILS b/devel/elfutils/DETAILS
index 94f2346..6ab5efc 100644
--- a/devel/elfutils/DETAILS
+++ b/devel/elfutils/DETAILS
@@ -1,11 +1,11 @@
           MODULE=elfutils
-         VERSION=0.137
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=0.142
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=https://fedorahosted.org/releases/e/l/elfutils/
-      SOURCE_VFY=sha1:5918fba9864970713ae82f7412895beb08096649
+      SOURCE_VFY=sha1:7091e58af8bd87eea4c1ca14bd8165e6a3ef2366
         WEB_SITE=https://fedorahosted.org/elfutils/
          ENTERED=20021102
-         UPDATED=20081230
+         UPDATED=20090909
            SHORT="Utilities related to ELF (UNIX binaries) objects"
 PSAFE=no
 USE_WRAPPERS=no


More information about the Lunar-commits mailing list