Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 256652 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- /opt/portage/var/tmp/portage/dev-libs/libgcrypt-1.4.4/work/libgcrypt-1.4.4/cipher/Makefile.dist     2009-01-28 16:25:29.372902400 +0000
0
++ /opt/portage/var/tmp/portage/dev-libs/libgcrypt-1.4.4/work/libgcrypt-1.4.4/cipher/Makefile  2009-01-28 16:31:48.418625600 +0000
Lines 559-568 Link Here
559
559
560
# We need to lower the optimization for this module.
560
# We need to lower the optimization for this module.
561
tiger.o: $(srcdir)/tiger.c
561
tiger.o: $(srcdir)/tiger.c
562
       `echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
562
       `echo $(COMPILE) -c $(srcdir)/tiger.c | sed -re 's/(^|[[:space:]])-O([2-9s])?([[:space:]]|$)/ -O1 /g' `
563
563
564
tiger.lo: $(srcdir)/tiger.c
564
tiger.lo: $(srcdir)/tiger.c
565
       `echo $(LTCOMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
565
       `echo $(LTCOMPILE) -c $(srcdir)/tiger.c | sed -re 's/(^|[[:space:]])-O([2-9s])?([[:space:]]|$)/ -O1 /g' `
566
# Tell versions [3.59,3.63) of GNU make to not export all variables.
566
# Tell versions [3.59,3.63) of GNU make to not export all variables.
567
# Otherwise a system limit (for SysV at least) may be exceeded.
567
# Otherwise a system limit (for SysV at least) may be exceeded.
568
.NOEXPORT:
568
.NOEXPORT:

Return to bug 256652