libdill: update to 2.9.
This commit is contained in:
parent
9c15779724
commit
57a1a2d915
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libdill'
|
# Template file for 'libdill'
|
||||||
pkgname=libdill
|
pkgname=libdill
|
||||||
version=2.8
|
version=2.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -9,7 +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=117038cd0f9bbfc51e6001a28ae6fd915b7c9047d8da7358208792d997037d6d
|
checksum=8b6b679a1c0e3071a488905c51c21ea9fda7567f8744c33576074124d306202e
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
|
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
|
||||||
|
|
Loading…
Reference in a new issue