SHA256
1
0
forked from pool/zeromq

- disable silent compilation flags

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=60
This commit is contained in:
Adam Majer 2017-06-01 13:07:15 +00:00 committed by Git OBS Bridge
parent ad28aab1c0
commit 93774553bd
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Thu Jun 1 11:25:58 UTC 2017 - adam.majer@suse.de Thu Jun 1 11:25:58 UTC 2017 - adam.majer@suse.de
- remove_werror.patch: don't use -Werror in compiler flags - remove_werror.patch: don't use -Werror in compiler flags
- disable silent compilation flags
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 21 14:30:10 UTC 2017 - adam.majer@suse.de Tue Mar 21 14:30:10 UTC 2017 - adam.majer@suse.de

View File

@ -116,7 +116,8 @@ export LIBS=-ldl
--with-pgm \ --with-pgm \
%endif %endif
--disable-static \ --disable-static \
--disable-dependency-tracking --disable-dependency-tracking \
--disable-silent-rules
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install