From: Jan Rękorajski Date: Tue, 9 Mar 2021 22:44:56 +0000 (+0100) Subject: - we do have gettimeofday(), build is just confused X-Git-Tag: auto/th/python-line_profiler-2.1-4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-line_profiler.git;a=commitdiff_plain;h=cd7cf9c - we do have gettimeofday(), build is just confused - rel 4 --- diff --git a/python-line_profiler.spec b/python-line_profiler.spec index da8171b..1dff506 100644 --- a/python-line_profiler.spec +++ b/python-line_profiler.spec @@ -5,13 +5,13 @@ %bcond_without python2 # CPython 2.x module %bcond_without python3 # CPython 3.x module -%define module line_profiler +%define module line_profiler Summary: module for doing line-by-line profiling of functions Summary(pl.UTF-8): Moduł do optymalizacji linia po linii kodu funkcji # Name must match the python module/package name (as in 'import' statement) Name: python-%{module} Version: 2.1 -Release: 3 +Release: 4 License: BSD Group: Libraries/Python Source0: https://github.com/rkern/line_profiler/archive/%{version}.tar.gz @@ -78,13 +78,13 @@ Dokumentacja API %{module}. %build %if %{with python2} CC="%{__cc}" \ -CFLAGS="%{rpmcppflags} %{rpmcflags}" \ +CFLAGS="%{rpmcppflags} %{rpmcflags} -DHAVE_GETTIMEOFDAY" \ %py_build %{?with_tests:test} %endif %if %{with python3} CC="%{__cc}" \ -CFLAGS="%{rpmcppflags} %{rpmcflags}" \ +CFLAGS="%{rpmcppflags} %{rpmcflags} -DHAVE_GETTIMEOFDAY" \ %py3_build %{?with_tests:test} %endif