Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915649 - sys-libs/glibc does not work with easy anti cheat by default
Summary: sys-libs/glibc does not work with easy anti cheat by default
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL: https://www.phoronix.com/news/Glibc-2...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-12 20:32 UTC by charlieramsey55
Modified: 2023-10-12 20:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description charlieramsey55 2023-10-12 20:32:18 UTC
compiling it with this fixes the issue.
CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"

CC="gcc"
CXX="g++"
AR="gcc-ar"
NM="gcc-nm"
RANLIB="gcc-ranlib"
LDFLAGS="-Wl,--as-needed,--hash-style=both"
Comment 1 Ionen Wolkens gentoo-dev 2023-10-12 20:33:53 UTC
you can accomplish that by setting USE=hash-sysv-compat instead
Comment 2 Mike Gilbert gentoo-dev 2023-10-12 20:37:43 UTC
I don't think compatibility with "anti cheat" software is a top priority for us when determining defaults.