update 0043-Fix-devel-without-node-header-files.patch.
This commit is contained in:
parent
f4f665a1ad
commit
4ffc23b7cf
@ -3,8 +3,6 @@ From: si-gui <245140120@qq.com>
|
|||||||
Date: Mon, 15 Jun 2020 17:07:36 +0800
|
Date: Mon, 15 Jun 2020 17:07:36 +0800
|
||||||
Subject: [PATCH] Fix devel without node header files
|
Subject: [PATCH] Fix devel without node header files
|
||||||
|
|
||||||
Signed-off-by: si-gui 245140120@qq.com
|
|
||||||
|
|
||||||
When user include libopeniscsiusr.h in the c files,we will get an error:
|
When user include libopeniscsiusr.h in the c files,we will get an error:
|
||||||
"/usr/include/libopeniscsiusr.h:33:10: fatal error:
|
"/usr/include/libopeniscsiusr.h:33:10: fatal error:
|
||||||
libopeniscsiusr_node.h: No such file or directory"
|
libopeniscsiusr_node.h: No such file or directory"
|
||||||
@ -13,6 +11,8 @@ We find libopeniscsiusr_node.h was forgetton in our
|
|||||||
libopeniscsiusr/Makefile, so fix it. Otherwise user can't use open-iscsi
|
libopeniscsiusr/Makefile, so fix it. Otherwise user can't use open-iscsi
|
||||||
header file for development
|
header file for development
|
||||||
|
|
||||||
|
Signed-off-by: si-gui <245140120@qq.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
libopeniscsiusr/Makefile | 3 ++-
|
libopeniscsiusr/Makefile | 3 ++-
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user