mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
elfutils: update to 0.178.
This commit is contained in:
parent
0dff7946bb
commit
e179cd109e
2 changed files with 23 additions and 52 deletions
|
@ -63,53 +63,25 @@
|
||||||
dnl The directories with content.
|
dnl The directories with content.
|
||||||
|
|
||||||
dnl Documentation.
|
dnl Documentation.
|
||||||
--- src/Makefile.am.orig 2016-08-29 21:38:11.179295769 +0200
|
--- src/Makefile.am.orig
|
||||||
+++ src/Makefile.am 2016-08-03 18:19:47.000000000 +0200
|
+++ src/Makefile.am
|
||||||
@@ -67,22 +67,22 @@
|
@@ -46,7 +46,7 @@
|
||||||
ar_no_Wstack_usage = yes
|
else
|
||||||
unstrip_no_Wstack_usage = yes
|
libasm = ../libasm/libasm.so
|
||||||
|
libdw = ../libdw/libdw.so
|
||||||
+readelf_LDADD = $(libdw) $(libebl) $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) -ldl
|
-libelf = ../libelf/libelf.so
|
||||||
+nm_LDADD = $(libdw) $(libebl) $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) -ldl \
|
+libelf = ../libelf/libelf.so $(fts_LDADD) $(obstack_LDADD)
|
||||||
-readelf_LDADD = $(libdw) $(libebl) $(libelf) $(libeu) $(argp_LDADD) -ldl
|
endif
|
||||||
-nm_LDADD = $(libdw) $(libebl) $(libelf) $(libeu) $(argp_LDADD) -ldl \
|
libebl = ../libebl/libebl.a
|
||||||
$(demanglelib)
|
libeu = ../lib/libeu.a
|
||||||
+size_LDADD = $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD)
|
--- libdw/Makefile.am.orig
|
||||||
+strip_LDADD = $(libebl) $(libelf) $(libdw) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) -ldl
|
+++ libdw/Makefile.am
|
||||||
+elflint_LDADD = $(libebl) $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) -ldl
|
@@ -109,7 +109,7 @@
|
||||||
+findtextrel_LDADD = $(libdw) $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD)
|
../libcpu/libcpu_pic.a libdw_pic.a ../libdwelf/libdwelf_pic.a \
|
||||||
+addr2line_LDADD = $(libdw) $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) $(demanglelib)
|
../libdwfl/libdwfl_pic.a
|
||||||
+elfcmp_LDADD = $(libebl) $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) -ldl
|
|
||||||
-size_LDADD = $(libelf) $(libeu) $(argp_LDADD)
|
|
||||||
-strip_LDADD = $(libebl) $(libelf) $(libdw) $(libeu) $(argp_LDADD) -ldl
|
|
||||||
-elflint_LDADD = $(libebl) $(libelf) $(libeu) $(argp_LDADD) -ldl
|
|
||||||
-findtextrel_LDADD = $(libdw) $(libelf) $(libeu) $(argp_LDADD)
|
|
||||||
-addr2line_LDADD = $(libdw) $(libelf) $(libeu) $(argp_LDADD) $(demanglelib)
|
|
||||||
-elfcmp_LDADD = $(libebl) $(libelf) $(libeu) $(argp_LDADD) -ldl
|
|
||||||
objdump_LDADD = $(libasm) $(libebl) $(libelf) $(libeu) $(argp_LDADD) -ldl
|
|
||||||
+ranlib_LDADD = libar.a $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD)
|
|
||||||
+strings_LDADD = $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD)
|
|
||||||
+ar_LDADD = libar.a $(libelf) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD)
|
|
||||||
+unstrip_LDADD = $(libebl) $(libelf) $(libdw) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) -ldl
|
|
||||||
+stack_LDADD = $(libebl) $(libelf) $(libdw) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) -ldl $(demanglelib)
|
|
||||||
+elfcompress_LDADD = $(libebl) $(libelf) $(libdw) $(libeu) $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD)
|
|
||||||
-ranlib_LDADD = libar.a $(libelf) $(libeu) $(argp_LDADD)
|
|
||||||
-strings_LDADD = $(libelf) $(libeu) $(argp_LDADD)
|
|
||||||
-ar_LDADD = libar.a $(libelf) $(libeu) $(argp_LDADD)
|
|
||||||
-unstrip_LDADD = $(libebl) $(libelf) $(libdw) $(libeu) $(argp_LDADD) -ldl
|
|
||||||
-stack_LDADD = $(libebl) $(libelf) $(libdw) $(libeu) $(argp_LDADD) -ldl $(demanglelib)
|
|
||||||
-elfcompress_LDADD = $(libebl) $(libelf) $(libdw) $(libeu) $(argp_LDADD)
|
|
||||||
|
|
||||||
installcheck-binPROGRAMS: $(bin_PROGRAMS)
|
|
||||||
bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
|
|
||||||
--- libdw/Makefile.am.orig 2017-08-05 01:41:04.103553705 +0000
|
|
||||||
+++ libdw/Makefile.am 2017-08-05 01:43:55.366543497 +0000
|
|
||||||
@@ -105,7 +105,7 @@
|
|
||||||
libdw_so_LIBS = libdw_pic.a ../libdwelf/libdwelf_pic.a \
|
|
||||||
../libdwfl/libdwfl_pic.a ../libebl/libebl.a
|
|
||||||
libdw_so_DEPS = ../lib/libeu.a ../libelf/libelf.so
|
libdw_so_DEPS = ../lib/libeu.a ../libelf/libelf.so
|
||||||
-libdw_so_LDLIBS = $(libdw_so_DEPS) -ldl -lz $(argp_LDADD) $(zip_LIBS)
|
-libdw_so_LDLIBS = $(libdw_so_DEPS) -ldl -lz $(argp_LDADD) $(zip_LIBS) -pthread
|
||||||
+libdw_so_LDLIBS = $(libdw_so_DEPS) -ldl -lz $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) $(zip_LIBS)
|
+libdw_so_LDLIBS = $(libdw_so_DEPS) -ldl -lz $(argp_LDADD) $(fts_LDADD) $(obstack_LDADD) $(zip_LIBS) -pthread
|
||||||
libdw_so_SOURCES =
|
libdw_so_SOURCES =
|
||||||
libdw.so$(EXEEXT): $(srcdir)/libdw.map $(libdw_so_LIBS) $(libdw_so_DEPS)
|
libdw.so$(EXEEXT): $(srcdir)/libdw.map $(libdw_so_LIBS) $(libdw_so_DEPS)
|
||||||
# The rpath is necessary for libebl because its $ORIGIN use will
|
$(AM_V_CCLD)$(LINK) $(dso_LDFLAGS) -o $@ \
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'elfutils'
|
# Template file for 'elfutils'
|
||||||
pkgname=elfutils
|
pkgname=elfutils
|
||||||
version=0.176
|
version=0.178
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--program-prefix=eu-"
|
configure_args="--program-prefix=eu- --disable-debuginfod"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="bzip2-devel liblzma-devel zlib-devel"
|
makedepends="bzip2-devel liblzma-devel zlib-devel"
|
||||||
short_desc="Utilities to handle ELF object files"
|
short_desc="Utilities to handle ELF object files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://sourceware.org/elfutils/"
|
homepage="https://sourceware.org/elfutils/"
|
||||||
distfiles="https://sourceware.org/${pkgname}/ftp/${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://sourceware.org/${pkgname}/ftp/${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023
|
checksum=31e7a00e96d4e9c4bda452e1f2cdac4daf8abd24f5e154dee232131899f3a0f2
|
||||||
|
|
||||||
CFLAGS="-Wno-error -Wno-error=null-dereference"
|
CFLAGS="-Wno-error -Wno-error=null-dereference"
|
||||||
|
|
||||||
|
@ -39,7 +39,6 @@ libelf_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so*"
|
||||||
vmove usr/lib/elfutils
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue