- 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:
Olaf Hering 2013-03-22 15:58:18 +00:00 committed by Git OBS Bridge
parent 04cc92c36e
commit d6d5232591
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 \