mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
libabigail: update to 2.1.
This commit is contained in:
parent
d219622119
commit
db2ba14939
2 changed files with 7 additions and 4 deletions
|
@ -2655,7 +2655,7 @@ libcmark.so.0 cmark-0.24.1_1
|
||||||
libspotify.so.12 libspotify-12.1.51_1
|
libspotify.so.12 libspotify-12.1.51_1
|
||||||
libvidstab.so.1.1 libvidstab-1.1.0_1
|
libvidstab.so.1.1 libvidstab-1.1.0_1
|
||||||
libxdo.so.3 xdotool-3.20150503.1_1
|
libxdo.so.3 xdotool-3.20150503.1_1
|
||||||
libabigail.so.0 libabigail-1.0.rc3_1
|
libabigail.so.1 libabigail-2.1_1
|
||||||
libgnome-games-support-1.so.3 libgnome-games-support-1.4.0_1
|
libgnome-games-support-1.so.3 libgnome-games-support-1.4.0_1
|
||||||
libKDevCMakeCommon.so.36 kdevelop-22.04.1_1
|
libKDevCMakeCommon.so.36 kdevelop-22.04.1_1
|
||||||
libKDevClangPrivate.so.36 kdevelop-22.04.1_1
|
libKDevClangPrivate.so.36 kdevelop-22.04.1_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libabigail'
|
# Template file for 'libabigail'
|
||||||
pkgname=libabigail
|
pkgname=libabigail
|
||||||
version=2.0
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cxx11=yes"
|
configure_args="--enable-cxx11=yes"
|
||||||
|
@ -11,10 +11,13 @@ 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=3704ae97a56bf076ca08fb5dea6b21db998fbbf14c4f9de12824b78db53b6fda
|
checksum=4a6297d41d15d1936256117116bd61296e6b9bee23d54a0caf8d3f5ab8ddcc4c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" musl-fts-devel"; LDFLAGS="-lfts" ;;
|
*-musl)
|
||||||
|
makedepends+=" musl-fts-devel"
|
||||||
|
export FTS_CFLAGS=" " FTS_LIBS="-lfts"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue