dev-libs/xmlrpc-c: disable LTO

This commit is contained in:
Kolan Sh 2013-10-30 10:34:25 +04:00
parent 7f0aa36f17
commit 224f7feb95
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != sys-boot/grub
&& ${CATEGORY}/${PN} != dev-qt/qtscript
&& ${CATEGORY}/${PN} != sys-libs/gpm
&& ${CATEGORY}/${PN} != dev-libs/xmlrpc-c
]] ; then
tmp="-flto=4"
CFLAGS="${CFLAGS} ${tmp}"