Merge pull request #2368 from pentoo/updates20250603

updates20250603
This commit is contained in:
github-actions[bot] 2025-06-03 20:52:27 +00:00 committed by GitHub
commit 8cbfebef91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View file

@ -27,6 +27,7 @@ S="${WORKDIR}/${PN}-${HASH_COMMIT}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="examples"
RDEPEND="
>dev-python/ldap3-2.6.0[${PYTHON_USEDEP}]

View file

@ -64,6 +64,9 @@ fi
if [[ ${CATEGORY}/${PN} == net-analyzer/thc-ipv6 ]]; then
export MAKEOPTS="${MAKEOPTS} --shuffle=none"
fi
if [[ ${CATEGORY}/${PN} == app-text/openjade ]]; then
export MAKEOPTS="${MAKEOPTS} --shuffle=none"
fi
if [[ ${CATEGORY}/${PN} == app-cdr/cdrtools ]]; then
export MAKEOPTS="${MAKEOPTS} --shuffle=none"
export CFLAGS="${CFLAGS} -fPIC"
@ -78,7 +81,16 @@ fi
if [[ ${CATEGORY}/${PN} == sys-power/nut ]]; then
export CFLAGS="${CFLAGS/-fhardened/}"
fi
if [[ ${CATEGORY}/${PN} == dev-lang/ruby ]]; then
export CFLAGS="${CFLAGS/-fhardened/}"
fi
if [[ ${CATEGORY}/${PN} == net-misc/lksctp-tools ]]; then
export CFLAGS="${CFLAGS/-fhardened/}"
fi
# No hardened warnings
if [[ ${CATEGORY}/${PN} == dev-libs/apr-util ]]; then
export CFLAGS="${CFLAGS} -Wno-hardened"
fi
if [[ ${CATEGORY}/${PN} == net-libs/daq ]]; then
export CFLAGS="${CFLAGS} -Wno-hardened"
fi
@ -118,6 +130,9 @@ fi
if [[ ${CATEGORY}/${PN} == dev-libs/apr ]]; then
export CFLAGS="${CFLAGS} -Wno-hardened"
fi
if [[ ${CATEGORY}/${PN} == app-forensics/sleuthkit ]]; then
export CFLAGS="${CFLAGS} -Wno-hardened"
fi
if [[ ${CATEGORY}/${PN} == dev-build/cmake ]]; then
export CXXFLAGS="${CXXFLAGS} -Wno-hardened"
fi