mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 07:44:52 +01:00
zero-profile: more relaxing
This commit is contained in:
parent
bfba0f6cc6
commit
a434ef4201
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue