libiscsi: update to 1.19.0
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
1ba2833864
commit
8b96d62c16
2 changed files with 8 additions and 4 deletions
|
@ -2787,7 +2787,7 @@ libytnef.so.0 ytnef-1.8_1
|
|||
libpisock.so.9 pilot-link-0.12.5_1
|
||||
libpisync.so.1 pilot-link-0.12.5_1
|
||||
libpitcl.so.0 pilot-link-0.12.5_1
|
||||
libiscsi.so.8 libiscsi-1.18.0_1
|
||||
libiscsi.so.9 libiscsi-1.19.0_1
|
||||
libgme.so.0 libgme-0.6.1_1
|
||||
libsidplayfp.so.5 libsidplayfp-2.0.0_1
|
||||
libstilview.so.0 libsidplayfp-1.8.7_1
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'libiscsi'
|
||||
pkgname=libiscsi
|
||||
version=1.18.0
|
||||
version=1.19.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="ISCSI client library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
license="GPL-2.0-only, LGPL-2.1-only"
|
||||
homepage="https://github.com/sahlberg/libiscsi"
|
||||
distfiles="https://github.com/sahlberg/libiscsi/archive/${version}.tar.gz"
|
||||
checksum=464d104e12533dc11f0dd7662cbc2f01c132f94aa4f5bd519e3413ef485830e8
|
||||
checksum=c7848ac722c8361d5064654bc6e926c2be61ef11dd3875020a63931836d806df
|
||||
|
||||
#-Wno-unknown-warning-option causes build failure,
|
||||
#this will keep build from failing
|
||||
CFLAGS="-Wno-error"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue