mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
zero-profile: relax
This commit is contained in:
parent
7e653d6b1c
commit
38fb8ca1eb
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue