- Minor specfile change

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=4
This commit is contained in:
Soc Virnyl Estela
2023-11-11 07:37:13 +00:00
committed by Git OBS Bridge
parent e294400f35
commit 5954857693
2 changed files with 7 additions and 1 deletions

View File

@@ -107,8 +107,9 @@ make %{?_smp_mflags}
%install
export CFLAGS="%optflags"
make DESTDIR="%{buildroot}" install
make %{?_smp_mflags} DESTDIR="%{buildroot}" install
# Disabled tests for now
#%%check
#export CFLAGS="%%optflags"
#make %%{?_smp_mflags} check