libabigail: update to 2.0.
This commit is contained in:
parent
9931ddb1fc
commit
3466e54d4b
2 changed files with 2 additions and 25 deletions
|
@ -1,26 +1,3 @@
|
||||||
--- a/include/abg-comparison.h
|
|
||||||
+++ b/include/abg-comparison.h
|
|
||||||
@@ -27,6 +27,7 @@
|
|
||||||
|
|
||||||
#include <ostream>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
#include "abg-cxx-compat.h"
|
|
||||||
#include "abg-corpus.h"
|
|
||||||
#include "abg-diff-utils.h"
|
|
||||||
#include "abg-ini.h"
|
|
||||||
--- a/src/abg-dwarf-reader.cc
|
|
||||||
+++ b/src/abg-dwarf-reader.cc
|
|
||||||
@@ -37,6 +37,10 @@
|
|
||||||
#include <cmath>
|
|
||||||
#include <elfutils/libdwfl.h>
|
|
||||||
#include <dwarf.h>
|
|
||||||
+#include <elf.h>
|
|
||||||
+#ifndef EM_OPENRISC
|
|
||||||
+# define EM_OPENRISC 92
|
|
||||||
+#endif
|
|
||||||
#include <algorithm>
|
|
||||||
#include <iostream>
|
|
||||||
#include <tr1/unordered_map>
|
|
||||||
--- a/tools/abisym.cc
|
--- a/tools/abisym.cc
|
||||||
+++ b/tools/abisym.cc
|
+++ b/tools/abisym.cc
|
||||||
@@ -151,10 +151,10 @@
|
@@ -151,10 +151,10 @@
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libabigail'
|
# Template file for 'libabigail'
|
||||||
pkgname=libabigail
|
pkgname=libabigail
|
||||||
version=1.8.2
|
version=2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cxx11=yes"
|
configure_args="--enable-cxx11=yes"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://www.sourceware.org/libabigail/"
|
homepage="https://www.sourceware.org/libabigail/"
|
||||||
distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=86347c9f0a8666f263fd63f8c3fe4c4f9cb1bdb3ec4260ecbaf117d137e89787
|
checksum=3704ae97a56bf076ca08fb5dea6b21db998fbbf14c4f9de12824b78db53b6fda
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" musl-fts-devel"; LDFLAGS="-lfts" ;;
|
*-musl) makedepends+=" musl-fts-devel"; LDFLAGS="-lfts" ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue