SHA256
1
0
forked from pool/tcpd

Accepting request 999877 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/999877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcpd?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2022-08-31 16:08:24 +00:00 committed by Git OBS Bridge
commit 6d84e7dd34
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}