]> git.pld-linux.org Git - packages/john.git/blame - jumbo-optflags.patch
- fix building on x32
[packages/john.git] / jumbo-optflags.patch
CommitLineData
4b4e0bd3
JR
1--- john-1.8.0-jumbo-1/src/Makefile.in~ 2014-12-18 14:53:53.000000000 +0100
2+++ john-1.8.0-jumbo-1/src/Makefile.in 2015-08-09 20:51:57.280926480 +0200
3@@ -151,7 +151,7 @@
4 NVCC = @NVCC@
5 CCBIN = @NVCC_GCC@
6 ifdef CCBIN
7-NVCC_FLAGS += @CPU_BITS@ -ccbin=$(CCBIN)
8+NVCC_FLAGS += -ccbin=$(CCBIN)
9 endif
10 JOHN_OBJS += $(CUDA_OBJS)
11 endif
12--- john-1.8.0-jumbo-1/src/aes/aesni/Makefile.in~ 2014-11-11 15:41:25.000000000 +0100
13+++ john-1.8.0-jumbo-1/src/aes/aesni/Makefile.in 2015-08-09 20:53:39.198899789 +0200
14@@ -11,7 +11,7 @@
15 $(YASM) -D__@AESNI_OS@__ @YASM_OPTIONS@ $(RDTSC) -o $@
16
17 aesni.o: iaes_asm_interface.h iaesni.h intel_aes.c
18- $(CC) $(CFLAGS) @CFLAGS_EXTRA@ -m@CPU_BIT_STR@ -c intel_aes.c -o $@
19+ $(CC) $(CFLAGS) @CFLAGS_EXTRA@ -c intel_aes.c -o $@
20
21 all: iaesx.o rdtsc.o aesni.o
22
This page took 0.101731 seconds and 4 git commands to generate.