From d6d5232591cf68f6971d6cde2d38b043f53e1f7f9174ecb05b577f18bb1ac9df Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 22 Mar 2013 15:58:18 +0000 Subject: [PATCH] - 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 --- hyper-v.changes | 5 +++++ hyper-v.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/hyper-v.changes b/hyper-v.changes index 3e66f33..2bc1ec1 100644 --- a/hyper-v.changes +++ b/hyper-v.changes @@ -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 diff --git a/hyper-v.spec b/hyper-v.spec index f7ec428..ab63cd1 100644 --- a/hyper-v.spec +++ b/hyper-v.spec @@ -55,6 +55,7 @@ gcc \ $RPM_OPT_FLAGS \ -Wno-unused-variable \ -Wno-pointer-sign \ + -D_GNU_SOURCE \ -g \ %{hv_kvp_daemon}.c \ -include %{hv_kvp_daemon}.h \