diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index 1fcde41ce..354e5c88e 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -738,6 +738,9 @@ fi if [[ ${CATEGORY}/${PN} == net-libs/kdsoap ]]; then export CXXFLAGS="${CXXFLAGS} -fPIC" fi +if [[ ${CATEGORY}/${PN} == dev-python/m2crypto ]]; then + export CFLAGS="${CFLAGS/-fPIE -pie/}" +fi if [[ ${CATEGORY}/${PN} == net-wireless/killerbee ]]; then export CFLAGS="${CFLAGS/-fPIE -pie/}" fi