Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 29783 | Differences between
and this patch

Collapse All | Expand All

(-)super-freeswan-1.99.7.3.orig/libcrypto/libaes/Makefile (-1 / +1 lines)
Lines 1-4 Link Here
1
CFLAGS=-O3 -omit-frame-pointer -D__KERNEL__  -Wall  -Wcast-qual $(EXTRA_CFLAGS)
1
CFLAGS=-O3 -fomit-frame-pointer -D__KERNEL__  -Wall  -Wcast-qual $(EXTRA_CFLAGS)
2
INC=-I../include 
2
INC=-I../include 
3
3
4
AES_CORE_OBJ:=aes.o
4
AES_CORE_OBJ:=aes.o
(-)super-freeswan-1.99.7.3.orig/libcrypto/libserpent/Makefile (-1 / +1 lines)
Lines 1-4 Link Here
1
CFLAGS=-O3 -omit-frame-pointer -D__KERNEL__  -Wall $(EXTRA_CFLAGS)
1
CFLAGS=-O3 -fomit-frame-pointer -D__KERNEL__  -Wall $(EXTRA_CFLAGS)
2
INC=-I../include 
2
INC=-I../include 
3
LIBOBJ=serpent.o serpent_cbc.o
3
LIBOBJ=serpent.o serpent_cbc.o
4
BLIB=libserpent.a
4
BLIB=libserpent.a
(-)super-freeswan-1.99.7.3.orig/libcrypto/libsha2/Makefile (-1 / +1 lines)
Lines 1-4 Link Here
1
CFLAGS=-O3 -omit-frame-pointer -I../include $(EXTRA_CFLAGS)
1
CFLAGS=-O3 -fomit-frame-pointer -I../include $(EXTRA_CFLAGS)
2
2
3
LIBOBJ := hmac_sha2.o sha2.o
3
LIBOBJ := hmac_sha2.o sha2.o
4
4
(-)super-freeswan-1.99.7.3.orig/libcrypto/libtwofish/Makefile (-1 / +1 lines)
Lines 1-4 Link Here
1
CFLAGS=-O3 -omit-frame-pointer -D__KERNEL__  -Wall $(EXTRA_CFLAGS)
1
CFLAGS=-O3 -fomit-frame-pointer -D__KERNEL__  -Wall $(EXTRA_CFLAGS)
2
INC=-I../include 
2
INC=-I../include 
3
3
4
LIBOBJ=twofish.o twofish_cbc.o
4
LIBOBJ=twofish.o twofish_cbc.o

Return to bug 29783