diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-05 05:47:58 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-05 05:47:58 -0400 |
commit | f4872fb69fe16fc416e4211d12811da61e8738b2 (patch) | |
tree | 7f21497de78bbd361c35de8c32a06ee12ada2176 | |
parent | bashrc: setup T & HOME variables (diff) | |
download | sandbox-f4872fb69fe16fc416e4211d12811da61e8738b2.tar.gz sandbox-f4872fb69fe16fc416e4211d12811da61e8738b2.tar.bz2 sandbox-f4872fb69fe16fc416e4211d12811da61e8738b2.zip |
Revert "Force sandbox-internal functions to use 64bit file interface"
This reverts commit 19c215f245faf9a453e7171bddccc690c03f7b72.
We do not want different LFS interfaces being used in different modules
as it makes debugging a nightmare when different functions think basic
structures have different layouts & sizes.
This also doesn't address the LFS issues sandbox has when code still
crashes in libsandbox itself when checking accesses.
Bug: https://bugs.gentoo.org/681892
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | libsbutil/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsbutil/local.mk b/libsbutil/local.mk index bede5bf..126c7ce 100644 --- a/libsbutil/local.mk +++ b/libsbutil/local.mk @@ -2,7 +2,6 @@ noinst_LTLIBRARIES += %D%/libsbutil.la %C%_libsbutil_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ - -D_FILE_OFFSET_BITS=64 \ -I$(top_srcdir)/%D% \ -I$(top_srcdir)/%D%/include %C%_libsbutil_la_LDFLAGS = -no-undefined |