From f39147b656d29c1f5e20efff64f165fe8af7cf68 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Tue, 20 Feb 2018 01:39:28 -0500 Subject: [PATCH] libdill: update to 2.4. --- srcpkgs/libdill/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libdill/template b/srcpkgs/libdill/template index c28fac38f6..1074f4668c 100644 --- a/srcpkgs/libdill/template +++ b/srcpkgs/libdill/template @@ -1,6 +1,6 @@ # Template file for 'libdill' pkgname=libdill -version=2.1 +version=2.4 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -9,12 +9,13 @@ maintainer="Tai Chi Minh Ralph Eastwood " license="MIT" homepage="http://libdill.org/" distfiles="https://github.com/sustrik/libdill/archive/${version}.tar.gz" -checksum=eea6b1da205d7d22a9d3ea0f5ab584c56f3e19bfa9c104857d62ecabc3222c85 +checksum=ebef0b53db2312702beb11b2493cbbfb320859a60a44d0bb6aab0132ea83ba73 pre_configure() { export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}" autoreconf -fi } + post_install() { vlicense COPYING }