zero-profile: more relaxing

This commit is contained in:
Rick Farina (Zero_Chaos) 2025-02-21 17:03:10 -05:00
parent bfba0f6cc6
commit a434ef4201
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -738,6 +738,12 @@ fi
if [[ ${CATEGORY}/${PN} == net-libs/kdsoap ]]; then
export CXXFLAGS="${CXXFLAGS} -fPIC"
fi
if [[ ${CATEGORY}/${PN} == dev-lang/tk ]]; then
export CFLAGS="${CFLAGS/-fPIE -pie/}"
fi
if [[ ${CATEGORY}/${PN} == sys-apps/portage ]]; then
export CFLAGS="${CFLAGS/-fPIE -pie/}"
fi
if [[ ${CATEGORY}/${PN} == dev-python/m2crypto ]]; then
export CFLAGS="${CFLAGS/-fPIE -pie/}"
fi