From: Mark Wielaard Date: Fri, 11 Jan 2019 12:39:27 +0000 (+0100) Subject: Merge tag 'elfutils-0.175' into mjw/RH-DTS X-Git-Tag: dts-0.175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b244a241a82c28f7fef33f37d82bc47631ceca4e;p=thirdparty%2Felfutils.git Merge tag 'elfutils-0.175' into mjw/RH-DTS elfutils 0.175 release --- b244a241a82c28f7fef33f37d82bc47631ceca4e diff --cc configure.ac index 9decd6126,b89b86796..e2b271a4a --- a/configure.ac +++ b/configure.ac @@@ -17,14 -17,8 +17,14 @@@ dnl GNU General Public License for mor dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . - AC_INIT([elfutils],[0.174],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) + AC_INIT([elfutils],[0.175],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +dnl Workaround for older autoconf < 2.64 +m4_ifndef([AC_PACKAGE_URL], + [AC_DEFINE([PACKAGE_URL], ["http://elfutils.org/"], + [Define to home page for this package]) + AC_SUBST([PACKAGE_URL], ["http://elfutils.org/"])]) + dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], [AC_DEFINE([PACKAGE_URL], ["http://elfutils.org/"], diff --cc libdwelf/Makefile.am index b526b7cd4,a7933fda0..da418e6ea --- a/libdwelf/Makefile.am +++ b/libdwelf/Makefile.am @@@ -39,10 -39,9 +39,10 @@@ noinst_LIBRARIES = libdwelf.a libdwelf_ pkginclude_HEADERS = libdwelf.h noinst_HEADERS = libdwelfP.h +libdwelf_a_CFLAGS = -fPIC -fvisibility=hidden $(AM_CFLAGS) libdwelf_a_SOURCES = dwelf_elf_gnu_debuglink.c dwelf_dwarf_gnu_debugaltlink.c \ dwelf_elf_gnu_build_id.c dwelf_scn_gnu_compressed_size.c \ - dwelf_strtab.c + dwelf_strtab.c dwelf_elf_begin.c libdwelf = $(libdw)