mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
open-iscsi: fix musl builds.
This commit is contained in:
parent
6864a1c14d
commit
1806d53640
2 changed files with 11 additions and 1 deletions
10
srcpkgs/open-iscsi/patches/fix-musl-2.patch
Normal file
10
srcpkgs/open-iscsi/patches/fix-musl-2.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- libopeniscsiusr/iface.c.orig 2018-01-25 05:03:12.126607300 +0100
|
||||
+++ libopeniscsiusr/iface.c 2018-01-25 05:03:24.741754982 +0100
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <netdb.h>
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#include "libopeniscsiusr/libopeniscsiusr.h"
|
||||
#include "misc.h"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'open-iscsi'
|
||||
pkgname=open-iscsi
|
||||
version=2.0.876
|
||||
revision=1
|
||||
revision=2
|
||||
conf_files="/etc/iscsi/iscsid.conf /etc/iscsi/initiatorname.iscsi"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
|
|
Loading…
Add table
Reference in a new issue