Dominique Leuenberger 9 months ago committed by Git OBS Bridge
commit 963b1d8ec4

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 24 10:44:19 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Makefile is not parallel-safe
-------------------------------------------------------------------
Mon Jun 13 12:48:36 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

@ -116,7 +116,8 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
--with-ruby \
--without-gnutls \
--without-x
make %{?_smp_mflags}
# Makefile is not parallel-safe
make MAKE_COLOR= V=1
%install
%make_install

Loading…
Cancel
Save