1
0
forked from jengelh/xxhash

Accepting request 1130029 from science

- Make use of openSUSE build flags (forwarded request 1130022 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/1130029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xxhash?expand=0&rev=10
This commit is contained in:
Ana Guerrero 2023-12-01 20:24:49 +00:00 committed by Git OBS Bridge
commit 0ab70d3fc4
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 30 14:43:11 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Make use of openSUSE build flags
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 3 10:00:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Fri Nov 3 10:00:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -58,6 +58,9 @@ functions. Hashes are identical on all platforms.
%autosetup -p1 -n xxHash-%{version} %autosetup -p1 -n xxHash-%{version}
%build %build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export LDFLAGS="%{?_lto_cflags}"
%make_build prefix=%{_prefix} libdir=%{_libdir} %make_build prefix=%{_prefix} libdir=%{_libdir}
%install %install