Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F26446216
D75.id903.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
847 B
Subscribers
None
D75.id903.diff
View Options
Index: libgcrypt-1.4.4/cipher/Makefile
===================================================================
--- libgcrypt-1.4.4/cipher/Makefile
+++ libgcrypt-1.4.4/cipher/Makefile
@@ -559,10 +559,10 @@
# We need to lower the optimization for this module.
tiger.o: $(srcdir)/tiger.c
- `echo $(COMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
+ `echo $(COMPILE) -c $(srcdir)/tiger.c | sed -re 's/(^|[[:space:]])-O([2-9s])?([[:space:]]|$$)/ -O1 /g' `
tiger.lo: $(srcdir)/tiger.c
- `echo $(LTCOMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
+ `echo $(LTCOMPILE) -c $(srcdir)/tiger.c | sed -re 's/(^|[[:space:]])-O([2-9s])?([[:space:]]|$$)/ -O1 /g' `
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 16, 12:44 AM (7 h, 37 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
75/0c/618b34e909f8291f7f7fe1f00109
Attached To
D75: 201_libgcrypt.cipher.Makefile.patch
Event Timeline
Log In to Comment