From: Jon Ringle <[email protected]> Signed-off-by: Jon Ringle <[email protected]> --- ...error-as-it-tends-to-break-with-new-gcc-ver.patch | 20 -------------------- patches/elfutils-0.170/autogen.sh | 1 - patches/elfutils-0.170/series | 4 ---- rules/libelf.make | 4 ++-- 4 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 patches/elfutils-0.170/0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch delete mode 120000 patches/elfutils-0.170/autogen.sh delete mode 100644 patches/elfutils-0.170/series
diff --git a/patches/elfutils-0.170/0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch b/patches/elfutils-0.170/0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch deleted file mode 100644 index ed336e4..0000000 --- a/patches/elfutils-0.170/0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: Helmut Grohne <[email protected]> -Date: Mon, 7 May 2018 02:42:31 +0200 -Subject: [PATCH] disable -Werror as it tends to break with new gcc versions - ---- - config/eu.am | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/config/eu.am b/config/eu.am -index 8fe1e259f9e2..c5a6209a4e04 100644 ---- a/config/eu.am -+++ b/config/eu.am -@@ -71,7 +71,6 @@ AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \ - -Wold-style-definition -Wstrict-prototypes \ - $(LOGICAL_OP_WARNING) $(DUPLICATED_COND_WARNING) \ - $(NULL_DEREFERENCE_WARNING) $(IMPLICIT_FALLTHROUGH_WARNING) \ -- $(if $($(*F)_no_Werror),,-Werror) \ - $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \ - $(if $($(*F)_no_Wstack_usage),,$(STACK_USAGE_WARNING)) \ - $($(*F)_CFLAGS) diff --git a/patches/elfutils-0.170/autogen.sh b/patches/elfutils-0.170/autogen.sh deleted file mode 120000 index 9f8a4cb..0000000 --- a/patches/elfutils-0.170/autogen.sh +++ /dev/null @@ -1 +0,0 @@ -../autogen.sh \ No newline at end of file diff --git a/patches/elfutils-0.170/series b/patches/elfutils-0.170/series deleted file mode 100644 index 6e83826..0000000 --- a/patches/elfutils-0.170/series +++ /dev/null @@ -1,4 +0,0 @@ -# generated by git-ptx-patches -#tag:base --start-number 1 -0001-disable-Werror-as-it-tends-to-break-with-new-gcc-ver.patch -# 881dc427356ca2d007dd3d3f576ea5a8 - git-ptx-patches magic diff --git a/rules/libelf.make b/rules/libelf.make index 4846563..74177c6 100644 --- a/rules/libelf.make +++ b/rules/libelf.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LIBELF) += libelf # # Paths and names # -LIBELF_VERSION := 0.170 -LIBELF_MD5 := 03599aee98c9b726c7a732a2dd0245d5 +LIBELF_VERSION := 0.171 +LIBELF_MD5 := 3926422984f02a2e5f7242d22ab6e1fa LIBELF := elfutils-$(LIBELF_VERSION) LIBELF_SUFFIX := tar.bz2 LIBELF_URL := https://sourceware.org/elfutils/ftp/$(LIBELF_VERSION)/$(LIBELF).$(LIBELF_SUFFIX) -- 1.9.1 _______________________________________________ ptxdist mailing list [email protected]
