Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360503
Collapse All | Expand All

(-)libgcrypt-1.4.6/cipher/Makefile.am (-1 / +1 lines)
Lines 68-74 Link Here
68
camellia.c camellia.h camellia-glue.c
68
camellia.c camellia.h camellia-glue.c
69
69
70
if ENABLE_O_FLAG_MUNGING
70
if ENABLE_O_FLAG_MUNGING
71
o_flag_munging = sed -e 's/-O[2-9s]*/-O1/g'
71
o_flag_munging = sed -e 's/-Ofast/-O1/g' -e 's/-O[1-9s]*/-O1/g'
72
else
72
else
73
o_flag_munging = cat
73
o_flag_munging = cat
74
endif
74
endif

Return to bug 360503