SHA256
1
0
forked from pool/fakechroot

2 Commits

Author SHA256 Message Date
9a2115b2bf Accepting request 1194821 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1194821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fakechroot?expand=0&rev=5
2024-08-20 14:14:25 +00:00
32c246b305 - Add -Wno-error=implicit-function-declaration to optflags to work
around a bothched configure result and allow buiding the package
  with GCC 14. [boo#1229277]

See the bug for more details.

If the request is OK, please forward it to Factory soonish too so that
the package is ready when the default compiler is switched.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/fakechroot?expand=0&rev=15
2024-08-20 06:21:25 +00:00
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 19 15:45:33 UTC 2024 - Martin Jambor <mjambor@suse.com>
- Add -Wno-error=implicit-function-declaration to optflags to work
around a bothched configure result and allow buiding the package
with GCC 14. [boo#1229277]
-------------------------------------------------------------------
Tue Mar 2 18:44:36 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package fakechroot
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@ Name: fakechroot
Version: 2.20.1
Release: 0
Summary: Preloadable library for a fake chroot environment
License: LGPL-2.1-only AND LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later
License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND GPL-3.0-or-later
Group: Development/Tools/Building
URL: https://github.com/dex4er/fakechroot/wiki
Source0: https://github.com/dex4er/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@@ -45,6 +45,8 @@ can be loaded through the LD_PRELOAD mechanism of the dynamic loader.
%build
%define _lto_cflags %{nil}
# Workaround for boo#1229277:
%global optflags %{optflags} -Wno-error=implicit-function-declaration
%configure \
--disable-static
%make_build