diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index d25913bb0..0863ec31a 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -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/}"