libdill: update to 2.8.
This commit is contained in:
parent
b418267313
commit
03081226d0
1 changed files with 3 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libdill'
|
# Template file for 'libdill'
|
||||||
pkgname=libdill
|
pkgname=libdill
|
||||||
version=2.7
|
version=2.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -9,11 +9,7 @@ maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://libdill.org/"
|
homepage="http://libdill.org/"
|
||||||
distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz"
|
distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz"
|
||||||
checksum=b78353308cbbcd442f9c3feab86afeac1bf79eb27186bad9f75efc07c4bfedbf
|
checksum=117038cd0f9bbfc51e6001a28ae6fd915b7c9047d8da7358208792d997037d6d
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/7735/steps/shell_3/logs/stdio" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
|
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
|
||||||
|
@ -32,6 +28,6 @@ libdill-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/share/man/man3/*.3"
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue