[Lunar-commits]
CVS: moonbase/devel/elfutils BUILD, 1.1, 1.2 DETAILS, 1.1, 1.2
Florin Braescu
florin at lunar-linux.org
Sun Sep 19 15:18:53 UTC 2004
Update of /var/cvs/lunar/moonbase/devel/elfutils
In directory espresso.lunar-linux.org:/tmp/cvs-serv1679/devel/elfutils
Modified Files:
BUILD DETAILS
Log Message:
fix the build. bug reported by dveatch.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/elfutils/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 8 Feb 2004 04:45:28 -0000 1.1
+++ BUILD 19 Sep 2004 15:18:51 -0000 1.2
@@ -1,16 +1,18 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- sedit "s/-Werror//g" lib/Makefile.in libelf/Makefile.in &&
- ./configure --prefix=/usr \
- --program-prefix="eu-" \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --libdir=/usr/lib \
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+ sedit "s/-Werror//g" lib/Makefile.in libelf/Makefile.in &&
+
+ ./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 &&
+ --enable-shared \
+ --mandir=/usr/share/man &&
default_make
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/elfutils/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 8 Feb 2004 04:45:28 -0000 1.1
+++ DETAILS 19 Sep 2004 15:18:51 -0000 1.2
@@ -1,23 +1,26 @@
MODULE=elfutils
VERSION=0.91
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-extra.patch
+ SOURCE2=$MODULE-$VERSION-extra.patch.bz2
+ SOURCE3=$MODULE-$VERSION-datadir.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://lunar-linux.org/lunar/mirrors/$SOURCE
- SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
- SOURCE_VFY=md5:044d8c6a2a4e6ed24bbb992f6b07b640
- SOURCE2_VFY=md5:49034ca07e1a022c35a8988e9a8804d8
+ SOURCE_URL=http://lunar-linux.org/lunar/mirrors/$SOURCE
+ SOURCE2_URL=$PATCH_URL/$SOURCE2
+ SOURCE3_URL=$PATCH_URL/$SOURCE3
+ SOURCE_VFY=sha1:5e01052fdd3aeaea370c144ed90ab93515c9d2c0
+ SOURCE2_VFY=sha1:968236c121e0aa5412eeab8cc9fc1928ec5beb40
+ SOURCE3_VFY=sha1:9e33fa1a21266d4f60451dc2b18eaec029b8828d
WEB_SITE=http://www.rpm.org
ENTERED=20021102
UPDATED=20040207
PSAFE=no
SHORT="Utilities related to the creation and maintenance of ELF objects"
+
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 of an object or archive file), strip (for discarding
-symbols), readelf (to see the raw ELF file structures), and elflint
-(to check for well-formed ELF files). Also included are numerous
-helper libraries which implement DWARF, ELF, and machine-specific ELF
-handling.
+Elfutils is a collection of utilities, including ld (a linker), nm (for
+listing symbols from object files), size (for listing the section sizes
+of an object or archive file), strip (for discarding symbols), readelf
+(to see the raw ELF file structures), and elflint (to check for
+well-formed ELF files). Also included are numerous helper libraries
+which implement DWARF, ELF, and machine-specific ELF handling.
EOF
More information about the Lunar-commits
mailing list