2 Commits

Author SHA256 Message Date
42601861c7 Accepting request 1290698 from network:utilities
- Explicitly set -std=gnu17 because this is old code not building
  with GCC 15 default C23 mode.

OBS-URL: https://build.opensuse.org/request/show/1290698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinetd?expand=0&rev=42
2025-07-06 15:14:56 +00:00
811f4f51c3 - Explicitly set -std=gnu17 because this is old code not building
with GCC 15 default C23 mode.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/xinetd?expand=0&rev=61
2025-07-04 14:24:33 +00:00
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 3 15:29:13 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Explicitly set -std=gnu17 because this is old code not building
with GCC 15 default C23 mode.
-------------------------------------------------------------------
Mon Feb 26 12:18:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xinetd
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -56,9 +56,10 @@ functionality:
cp %{SOURCE1} %{SOURCE2} .
%build
export CFLAGS="%{optflags} -std=gnu17"
%configure \
--disable-silent-rules
make %{?_smp_mflags}
%make_build
%install
%make_install