diff options
author | 2007-11-13 20:13:26 +0000 | |
---|---|---|
committer | 2007-11-13 20:13:26 +0000 | |
commit | a2fce3059743242a8c9c35ed0c3275802dcc5ddd (patch) | |
tree | f3b854640eef777c5d465a16ec94fd8223754161 /app-crypt/johntheripper/files | |
parent | Version bump (diff) | |
download | historical-a2fce3059743242a8c9c35ed0c3275802dcc5ddd.tar.gz historical-a2fce3059743242a8c9c35ed0c3275802dcc5ddd.tar.bz2 historical-a2fce3059743242a8c9c35ed0c3275802dcc5ddd.zip |
Remove funroll-loops patch, do this using argument to make
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-crypt/johntheripper/files')
-rw-r--r-- | app-crypt/johntheripper/files/johntheripper-1.7.2-funroll-loops.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-crypt/johntheripper/files/johntheripper-1.7.2-funroll-loops.patch b/app-crypt/johntheripper/files/johntheripper-1.7.2-funroll-loops.patch deleted file mode 100644 index 60c7e5e32118..000000000000 --- a/app-crypt/johntheripper/files/johntheripper-1.7.2-funroll-loops.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile. 2007-11-13 18:15:57.000000000 +0100 -+++ src/Makefile 2007-11-13 18:19:57.990916160 +0100 -@@ -18,7 +18,7 @@ - CFLAGS = -c -Wall -O2 -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib - ASFLAGS = -c - LDFLAGS = -s --OPT_NORMAL = -funroll-loops -+OPT_NORMAL = - OPT_INLINE = -finline-functions - LIBS = -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto -lm - |