libabigail: update to 1.7.
This commit is contained in:
parent
5d50777497
commit
460380efb4
|
@ -2,9 +2,9 @@
|
|||
+++ include/abg-comparison.h
|
||||
@@ -27,6 +27,7 @@
|
||||
|
||||
#include <tr1/unordered_map>
|
||||
#include <ostream>
|
||||
+#include <sys/types.h>
|
||||
#include "abg-cxx-compat.h"
|
||||
#include "abg-corpus.h"
|
||||
#include "abg-diff-utils.h"
|
||||
#include "abg-ini.h"
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libabigail'
|
||||
pkgname=libabigail
|
||||
version=1.6
|
||||
version=1.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-cxx11=yes"
|
||||
hostmakedepends="automake cpio dpkg libtool pkg-config python3-Sphinx"
|
||||
hostmakedepends="automake cpio dpkg libtool pkg-config python3-Sphinx texinfo"
|
||||
makedepends="elfutils-devel libxml2-devel"
|
||||
short_desc="ABI Generic Analysis and Instrumentation Library"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://www.sourceware.org/libabigail/"
|
||||
distfiles="http://mirrors.kernel.org/sourceware/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=cf3c73bde5bfde6d23e19a7a5c97ba6f9e6c713c6ef176d1c5e62ebe213d4012
|
||||
checksum=27a2a8527cdcc1d7b7b88b288c43d03c543022cee539ca48ada7724303e0c82d
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" musl-fts-devel"; LDFLAGS="-lfts" ;;
|
||||
|
|
Loading…
Reference in New Issue