libmill: update to 1.12.
This commit is contained in:
parent
f5eabcf031
commit
2437ee2c64
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libmill'
|
# Template file for 'libmill'
|
||||||
pkgname=libmill
|
pkgname=libmill
|
||||||
version=1.11
|
version=1.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://libmill.org/"
|
homepage="http://libmill.org/"
|
||||||
distfiles="https://github.com/sustrik/libmill/archive/${version}.tar.gz"
|
distfiles="https://github.com/sustrik/libmill/archive/${version}.tar.gz"
|
||||||
checksum=51388a3395a383f7bb750029a3b86bc5dd05f5fe30c917c6dca9b4643a74da5d
|
checksum=4983009fb930620147d999e47b3126b1eeb574c4ca9d8c38688f6c52f91d1e76
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
@ -17,7 +17,7 @@ pre_configure() {
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
|
export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=?/}"
|
||||||
${configure_script} ${configure_args}
|
./configure ${configure_args}
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue