fix older dists
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=14
This commit is contained in:
parent
ac5285b28c
commit
5fc60b0218
@ -61,7 +61,11 @@ pushd cgilib-%{cgilib_version}
|
||||
echo -n > NEWS
|
||||
aclocal --force
|
||||
autoreconf -fiv
|
||||
CFLAGS="%{optflags} -fPIC -I. -fexcess-precision=fast" \
|
||||
CGILIB_CFLAGS="%{optflags} -fPIC -I."
|
||||
%if 0%{?suse_version} >= 1130
|
||||
CGILIB_CFLAGS="$CGILIB_CFLAGS -fexcess-precision=fast"
|
||||
%endif
|
||||
CFLAGS="$CGILIB_CFLAGS" \
|
||||
%configure
|
||||
make %{?jobs:-j %jobs}
|
||||
%__mkdir_p ../lb/include
|
||||
|
Loading…
Reference in New Issue
Block a user