[Lunar-commits] CVS: moonbase/devel/elfutils BUILD, NONE,
1.1 DETAILS, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Sun Feb 8 04:45:30 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/elfutils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10357
Added Files:
BUILD DETAILS
Log Message:
Need this module for rpm-4.2 to compile correctly. Compiled and tested with
gcc-3.2.3, kernel headers 2.4.x .
--- NEW FILE: BUILD ---
(
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 \
--includedir=/usr/include \
--infodir=/usr/share/info \
--enable-shared \
--mandir=/usr/share/man &&
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=elfutils
VERSION=0.91
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=$MODULE-$VERSION-extra.patch
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
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.
EOF
More information about the Lunar-commits
mailing list