From 89dbf1c7dfaa8766ce6c8d2207a30a94a16af9ec9338a727d02d7d77e37134ac Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 29 Aug 2022 08:22:31 +0000 Subject: [PATCH] Accepting request 999034 from home:Andreas_Schwab:make - Makefile is not parallel-safe OBS-URL: https://build.opensuse.org/request/show/999034 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpd?expand=0&rev=35 --- tcpd.changes | 5 +++++ tcpd.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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}