]> git.pld-linux.org Git - packages/cryptlib.git/blame - optflags.patch
- do not use sed to process makefile, it was a no-op
[packages/cryptlib.git] / optflags.patch
CommitLineData
cc59b979
JR
1--- cryptlib-3.3.3/makefile.orig 2009-07-21 01:02:22.000000000 +0200
2+++ cryptlib-3.3.3/makefile 2015-12-22 09:14:14.998537699 +0100
3@@ -1754,10 +1755,10 @@
4 Linux:
5 @if uname -m | grep "i[3,4,5,6]86" > /dev/null; then \
6 ./tools/buildasm.sh $(AS) $(OBJPATH) ; \
7- make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) -DUSE_ASM \
8+ make $(DEFINES) EXTRAOBJS="$(ASMOBJS)" CFLAGS="$(CFLAGS) $(OPTFLAGS) \
9 -fomit-frame-pointer -D_REENTRANT" ; \
10 else \
11- make $(DEFINES) CFLAGS="$(CFLAGS) -fomit-frame-pointer -D_REENTRANT" ; \
12+ make $(DEFINES) CFLAGS="$(CFLAGS) $(OPTFLAGS) -fomit-frame-pointer -D_REENTRANT" ; \
13 fi
14
15 # Mac OS X: BSD variant. Optimisation level is set via the ccopts.sh script.
This page took 0.052349 seconds and 4 git commands to generate.