SHA256
1
0
forked from pool/tcpd

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
This commit is contained in:
Marcus Meissner 2022-08-29 08:22:31 +00:00 committed by Git OBS Bridge
parent dd8153fa99
commit 89dbf1c7df
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 24 10:48:01 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Makefile is not parallel-safe
-------------------------------------------------------------------
Fri Aug 14 12:47:44 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -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}