libdwarf: update to 20170416.

This commit is contained in:
Michael Gehring 2017-04-19 12:54:16 +00:00
parent 7baadaed58
commit 8343540dc5
2 changed files with 2 additions and 15 deletions
srcpkgs/libdwarf

View file

@ -1,13 +0,0 @@
--- libdwarf/libdwarfdefs.h.orig 2016-05-08 06:57:38.557143992 +0200
+++ libdwarf/libdwarfdefs.h 2016-05-08 06:57:53.646144771 +0200
@@ -84,10 +84,4 @@
#define UNUSEDARG
#endif
-#ifndef SHF_COMPRESSED
-/* This from ubuntu xenial. Is in top of trunk binutils
- as of February 2016. Elf Section Flag */
-#define SHF_COMPRESSED (1 << 11)
-#endif
-
#endif /* LIBDWARFDEFS_H */

View file

@ -1,6 +1,6 @@
# Template build file for 'libdwarf' # Template build file for 'libdwarf'
pkgname=libdwarf pkgname=libdwarf
version=20161124 version=20170416
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--prefix=/usr --enable-shared" configure_args="--prefix=/usr --enable-shared"
@ -10,7 +10,7 @@ license="GPL-2, LGPL-2.1"
makedepends="elfutils-devel" makedepends="elfutils-devel"
homepage="http://www.prevanders.net/dwarf.html" homepage="http://www.prevanders.net/dwarf.html"
distfiles="http://prevanders.net/${pkgname}-${version}.tar.gz" distfiles="http://prevanders.net/${pkgname}-${version}.tar.gz"
checksum=bd3d6dc7da0509876fb95b8681f165febd898845dc66714aa58e69b8feca988f checksum=d340c395217d78a67bec069f9991130622626a87cdba73131d091cb2f1005d81
wrksrc="dwarf-${version}" wrksrc="dwarf-${version}"
build_wrksrc="libdwarf" build_wrksrc="libdwarf"
nocross="yes" nocross="yes"