[Lunar-commits] r24850 - moonbase/trunk/devel/elfutils

Auke Kok sofar at lunar-linux.org
Fri Jun 15 06:57:04 CEST 2007


Author: sofar
Date: 2007-06-15 06:57:04 +0200 (Fri, 15 Jun 2007)
New Revision: 24850

Modified:
   moonbase/trunk/devel/elfutils/BUILD
   moonbase/trunk/devel/elfutils/DETAILS
Log:
Updated elfutils - compiles OK with all optimizations cleared


From:  sofar at foo-projects.org


Modified: moonbase/trunk/devel/elfutils/BUILD
===================================================================
--- moonbase/trunk/devel/elfutils/BUILD	2007-06-15 02:28:33 UTC (rev 24849)
+++ moonbase/trunk/devel/elfutils/BUILD	2007-06-15 04:57:04 UTC (rev 24850)
@@ -1,20 +1,6 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
-  patch_it $SOURCE_CACHE/$SOURCE3 1  &&
-  sedit "s/-Werror//g" lib/Makefile.in libelf/Makefile.in  &&
+  bad_flags ALL
+  default_build
 
-  ./configure --prefix=/usr              \
-              --program-prefix="eu-"     \
-              --localstatedir=/var       \
-	      --sysconfdir=/etc          \
-	      --libdir=/usr/lib          \
-	      --includedir=/usr/include  \
-	      --infodir=/usr/share/info  \
-              --enable-shared            \
-	      --mandir=/usr/share/man   && 
-  
-  default_make
- 
 ) > $C_FIFO 2>&1
-

Modified: moonbase/trunk/devel/elfutils/DETAILS
===================================================================
--- moonbase/trunk/devel/elfutils/DETAILS	2007-06-15 02:28:33 UTC (rev 24849)
+++ moonbase/trunk/devel/elfutils/DETAILS	2007-06-15 04:57:04 UTC (rev 24850)
@@ -1,20 +1,14 @@
           MODULE=elfutils
-         VERSION=0.91
+         VERSION=0.127
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-$VERSION-extra.patch.bz2
-         SOURCE3=$MODULE-$VERSION-datadir.patch.bz2
-   SOURCE_URL=http://download.lunar-linux.org/lunar/mirrors/
-  SOURCE2_URL=$PATCH_URL
-  SOURCE3_URL=$PATCH_URL
-      SOURCE_VFY=sha1:5e01052fdd3aeaea370c144ed90ab93515c9d2c0
-     SOURCE2_VFY=sha1:968236c121e0aa5412eeab8cc9fc1928ec5beb40
-     SOURCE3_VFY=sha1:9e33fa1a21266d4f60451dc2b18eaec029b8828d
+      SOURCE_URL=http://mirrors.ludost.net/gentoo/distfiles/
+      SOURCE_VFY=sha1:2b6074069960ed9258df0efc9899e7a3a0be5aeb
         WEB_SITE=http://www.rpm.org
          ENTERED=20021102
-         UPDATED=20040207
-           PSAFE=no
-           SHORT="Utilities related to the creation and maintenance of ELF objects"
-
+         UPDATED=20070613
+           SHORT="Utilities related to ELF (UNIX binaries) objects"
+PSAFE=no
+USE_WRAPPERS=no
 cat << EOF
 Elfutils is a collection of utilities, including ld (a linker), nm (for 
 listing symbols from object files), size (for listing the section sizes 



More information about the Lunar-commits mailing list