- build hv_kvp_daemon with -D_GNU_SOURCE to get O_CLOEXEC
OBS-URL: https://build.opensuse.org/package/show/Virtualization/hyper-v?expand=0&rev=54
This commit is contained in:
parent
04cc92c36e
commit
d6d5232591
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 22 16:56:57 CET 2013 - ohering@suse.de
|
||||||
|
|
||||||
|
- build hv_kvp_daemon with -D_GNU_SOURCE to get O_CLOEXEC
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 22 16:19:38 CET 2013 - ohering@suse.de
|
Fri Mar 22 16:19:38 CET 2013 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ gcc \
|
|||||||
$RPM_OPT_FLAGS \
|
$RPM_OPT_FLAGS \
|
||||||
-Wno-unused-variable \
|
-Wno-unused-variable \
|
||||||
-Wno-pointer-sign \
|
-Wno-pointer-sign \
|
||||||
|
-D_GNU_SOURCE \
|
||||||
-g \
|
-g \
|
||||||
%{hv_kvp_daemon}.c \
|
%{hv_kvp_daemon}.c \
|
||||||
-include %{hv_kvp_daemon}.h \
|
-include %{hv_kvp_daemon}.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user