From dcc513ebb1544befe3e96f35e25fdfd7e2fd65bb34753d8d444aabe911dcbfec Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 11 Feb 2014 10:12:34 +0000 Subject: [PATCH] Accepting request 221534 from home:sumski:hazard:to:your:stereo - Export ac_cv_func_fdatasync=no before calling configure, to workaround the issue described in fdo#70366, where fdatasync() is called on each update-mime-database invocation OBS-URL: https://build.opensuse.org/request/show/221534 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/shared-mime-info?expand=0&rev=41 --- shared-mime-info.changes | 7 +++++++ shared-mime-info.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/shared-mime-info.changes b/shared-mime-info.changes index a193dbb..0bcd291 100644 --- a/shared-mime-info.changes +++ b/shared-mime-info.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 9 18:53:55 UTC 2014 - hrvoje.senjan@gmail.com + +- Export ac_cv_func_fdatasync=no before calling configure, to + workaround the issue described in fdo#70366, where fdatasync() + is called on each update-mime-database invocation + ------------------------------------------------------------------- Mon Sep 30 17:22:54 UTC 2013 - dimstar@opensuse.org diff --git a/shared-mime-info.spec b/shared-mime-info.spec index 71fea00..c7035e6 100644 --- a/shared-mime-info.spec +++ b/shared-mime-info.spec @@ -61,6 +61,8 @@ This package contains: translation-update-upstream %build +# Workaround for fdo#70366 +export ac_cv_func_fdatasync=no %configure \ --disable-default-make-check make