libkcapi: update to 1.1.2.
This commit is contained in:
parent
de6cd4dce8
commit
9e30351b95
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libkcapi'
|
# Template file for 'libkcapi'
|
||||||
pkgname=libkcapi
|
pkgname=libkcapi
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args=" --enable-kcapi-speed --enable-kcapi-hasher
|
configure_args=" --enable-kcapi-speed --enable-kcapi-hasher
|
||||||
|
@ -12,7 +12,9 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2.0-or-later, BSD-3-Clause"
|
license="GPL-2.0-or-later, BSD-3-Clause"
|
||||||
homepage="https://github.com/smuellerDD/libkcapi"
|
homepage="https://github.com/smuellerDD/libkcapi"
|
||||||
distfiles="https://github.com/smuellerDD/libkcapi/archive/v${version}.tar.gz"
|
distfiles="https://github.com/smuellerDD/libkcapi/archive/v${version}.tar.gz"
|
||||||
checksum=91d94ccba520db98765d32ec7df44b94d86005e833451b9aed2f0c6d3b647ac1
|
checksum=91daf8f68607683c79372e0e71eafc8bf58f96dd3977458e7d20db344d8751a3
|
||||||
|
|
||||||
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
Loading…
Reference in New Issue