diff --git a/tcpd.changes b/tcpd.changes index c73f2ab..179ce69 100644 --- a/tcpd.changes +++ b/tcpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 24 10:48:01 UTC 2022 - Andreas Schwab + +- Makefile is not parallel-safe + ------------------------------------------------------------------- Fri Aug 14 12:47:44 UTC 2020 - Thorsten Kukuk diff --git a/tcpd.spec b/tcpd.spec index 528aa6b..d96b6e4 100644 --- a/tcpd.spec +++ b/tcpd.spec @@ -1,7 +1,7 @@ # # spec file for package tcpd # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -138,7 +138,8 @@ to compile and link programs against the TCP wrapper library. %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects -make %{?_smp_mflags} linux CC="cc" +# Makefile is not parallel-safe +make linux CC="cc" %install install -d -m 755 %{buildroot}%{_includedir}