[Lunar-commits] <moonbase-other> elfutils: bump to 0.160 and BUILD cleanup.
Dennis Veatch
dennisveatch at bellsouth.net
Mon Oct 20 22:19:21 CEST 2014
commit dc83abc30697f34d8e305b1fd396d881270a75b7
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 20 Oct 2014 16:18:57 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/dc83abc30697f34d8e305b1fd396d881270a75b7
elfutils: bump to 0.160 and BUILD cleanup.
---
devel/elfutils/BUILD | +4/-11
devel/elfutils/DETAILS | +4/-4
2 files changed, 8 insertions(+), 15 deletions(-)
--- a/devel/elfutils/BUILD
+++ b/devel/elfutils/BUILD
@@ -1,13 +1,6 @@
-(
- OPTS+=" --program-prefix='eu-'"
+# We need to add this program prefix else its binaries will conflict
+# with binutils.
+ OPTS+=" --program-prefix=eu-" &&
- CFLAGS="-fgnu89-inline"
-
- find . -type f -name 'Makefile.*' -exec sed -i 's/-Werror//g' {} \; &&
- default_build &&
-
- # Fix gcc unable to create executables
- ln -sf /usr/lib/libelf.so /usr/lib/libelf.so.0
-
-) > $C_FIFO 2>&1
+ default_build
--- a/devel/elfutils/DETAILS
+++ b/devel/elfutils/DETAILS
@@ -1,14 +1,14 @@
MODULE=elfutils
- VERSION=0.159
+ VERSION=0.160
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$MIRROR_URL
SOURCE_URL[1]=https://fedorahosted.org/releases/e/l/$MODULE/$VERSION
- SOURCE_VFY=sha1:4ff214cdb95a10b03cf413f3d018393a838f98fc
+ SOURCE_VFY=sha1:a300a1cd1543b65532e333a6e9f931db76841558
WEB_SITE=https://fedorahosted.org/elfutils
ENTERED=20021102
- UPDATED=20140709
+ UPDATED=20141020
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
More information about the Lunar-commits
mailing list