libdill: update to 2.8.

This commit is contained in:
maxice8 2018-04-27 14:59:56 -03:00 committed by Toyam Cox
parent b418267313
commit 03081226d0

View file

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