From 6e38b755aa5bca9f9406720f3dbc9087f19e2f1277b2784f4d21765ca6962c49 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Mon, 28 Jan 2019 10:57:33 +0000 Subject: [PATCH] Accepting request 668945 from home:wkazubski:test:science - fix build for Leap 42.3 OBS-URL: https://build.opensuse.org/request/show/668945 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/airspyhf?expand=0&rev=9 --- airspyhf.changes | 5 +++++ airspyhf.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/airspyhf.changes b/airspyhf.changes index afc2512..f8ee783 100644 --- a/airspyhf.changes +++ b/airspyhf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 27 22:57:09 UTC 2019 - Wojciech Kazubski + +- fix build for Leap 42.3 + ------------------------------------------------------------------- Sat Jan 19 13:23:28 UTC 2019 - mardnh@gmx.de diff --git a/airspyhf.spec b/airspyhf.spec index d7bb0b2..ba14273 100644 --- a/airspyhf.spec +++ b/airspyhf.spec @@ -73,6 +73,9 @@ sed -i "s/plugdev/airspyhf/g" tools/52-airspyhf.rules %build %cmake \ +%if 0%{?suse_version} < 1330 + -DCMAKE_C_FLAGS=-std=c99 \ +%endif -DINSTALL_UDEV_RULES=ON make %{?_smp_mflags}