Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sandbox:master commit in: libsbutil/
Date: Fri, 05 Nov 2021 10:25:19
Message-Id: 1636105678.f4872fb69fe16fc416e4211d12811da61e8738b2.vapier@gentoo
1 commit: f4872fb69fe16fc416e4211d12811da61e8738b2
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 09:47:58 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 09:47:58 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=f4872fb6
7
8 Revert "Force sandbox-internal functions to use 64bit file interface"
9
10 This reverts commit 19c215f245faf9a453e7171bddccc690c03f7b72.
11
12 We do not want different LFS interfaces being used in different modules
13 as it makes debugging a nightmare when different functions think basic
14 structures have different layouts & sizes.
15
16 This also doesn't address the LFS issues sandbox has when code still
17 crashes in libsandbox itself when checking accesses.
18
19 Bug: https://bugs.gentoo.org/681892
20 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
21
22 libsbutil/local.mk | 1 -
23 1 file changed, 1 deletion(-)
24
25 diff --git a/libsbutil/local.mk b/libsbutil/local.mk
26 index bede5bf..126c7ce 100644
27 --- a/libsbutil/local.mk
28 +++ b/libsbutil/local.mk
29 @@ -2,7 +2,6 @@ noinst_LTLIBRARIES += %D%/libsbutil.la
30
31 %C%_libsbutil_la_CPPFLAGS = \
32 $(AM_CPPFLAGS) \
33 - -D_FILE_OFFSET_BITS=64 \
34 -I$(top_srcdir)/%D% \
35 -I$(top_srcdir)/%D%/include
36 %C%_libsbutil_la_LDFLAGS = -no-undefined