zero-profile: relaxing

This commit is contained in:
Rick Farina (Zero_Chaos) 2025-03-21 08:46:25 -04:00
parent fa18bbf9c2
commit eb6f2ab043
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -770,6 +770,15 @@ fi
if [[ ${CATEGORY}/${PN} == net-libs/kdsoap ]]; then
export CXXFLAGS="${CXXFLAGS} -fPIC"
fi
if [[ ${CATEGORY}/${PN} == net-wireless/soapyrtlsdr ]]; then
export CXXFLAGS="${CXXFLAGS} -fPIC"
fi
if [[ ${CATEGORY}/${PN} == dev-libs/icu ]]; then
export CXXFLAGS="${CXXFLAGS} -fPIC"
fi
if [[ ${CATEGORY}/${PN} == dev-debug/systemtap ]]; then
export CFLAGS="${CFLAGS/-fPIE -pie/}"
fi
if [[ ${CATEGORY}/${PN} == dev-tcltk/expect ]]; then
export CFLAGS="${CFLAGS/-fPIE -pie/}"
fi
@ -1211,6 +1220,9 @@ fi
if [[ ${CATEGORY}/${PN} == net-analyzer/rrdtool ]]; then
export CFLAGS="${CFLAGS/-fPIE -pie/}"
fi
if [[ ${CATEGORY}/${PN} == dev-python/lxml ]]; then
export CFLAGS="${CFLAGS/-fPIE -pie/}"
fi
if [[ ${CATEGORY}/${PN} == sys-libs/zlib ]]; then
# this builds without but breaks consumers
export CFLAGS="${CFLAGS/-fPIE -pie/}"