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

(-)libgcrypt-1.4.4/cipher/Makefile.am.dist (-2 / +2 lines)
Lines 70-76 camellia.c camellia.h camellia-glue.c Link Here
70
70
71
# We need to lower the optimization for this module.
71
# We need to lower the optimization for this module.
72
tiger.o: $(srcdir)/tiger.c
72
tiger.o: $(srcdir)/tiger.c
73
	`echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
73
	`echo $(COMPILE) -c $(srcdir)/tiger.c | sed -re 's/(^|[[:space:]])-O([2-9s])?([[:space:]]|$$)/ -O1 /g' `
74
74
75
tiger.lo: $(srcdir)/tiger.c
75
tiger.lo: $(srcdir)/tiger.c
76
	`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
76
	`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | sed -re 's/(^|[[:space:]])-O([2-9s])?([[:space:]]|$$)/ -O1 /g' `
(-)libgcrypt-1.4.4/cipher/Makefile.in.dist (-2 / +2 lines)
Lines 559-568 uninstall-am: 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