View | Details | Raw Unified | Return to bug 169464
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 28-34 Link Here
28
OPTIONS_DEFINE=	SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB SCTP MD2 RC5 RFC3779 GMP
28
OPTIONS_DEFINE=	SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB SCTP MD2 RC5 RFC3779 GMP
29
OPTIONS_DEFAULT=SHARED THREADS SSE2 ASM ZLIB SCTP MD2
29
OPTIONS_DEFAULT=SHARED THREADS SSE2 ASM ZLIB SCTP MD2
30
NO_OPTIONS_SORT=yes
30
NO_OPTIONS_SORT=yes
31
I386_DESC?=	Use optimized assembler for x86
31
I386_DESC?=	Optimize for i386 (instead of i486+)
32
SSE2_DESC?=	Enable runtime SSE2 detection
32
SSE2_DESC?=	Enable runtime SSE2 detection
33
ASM_DESC?=	Enable optimized Assembler code
33
ASM_DESC?=	Enable optimized Assembler code
34
PADLOCK_DESC?=	Enable VIA Padlock support
34
PADLOCK_DESC?=	Enable VIA Padlock support
Lines 36-42 Link Here
36
ZLIB_DESC?=	Enable zlib compression support
36
ZLIB_DESC?=	Enable zlib compression support
37
SCTP_DESC?=	Enable SCTP protocol support
37
SCTP_DESC?=	Enable SCTP protocol support
38
MD2_DESC?=	Enable MD2 hash (obsolete)
38
MD2_DESC?=	Enable MD2 hash (obsolete)
39
RC5_DESC?=	Enable C5 chipher (patented)
39
RC5_DESC?=	Enable RC5 cipher (patented)
40
RFC3779_DESC?=	Enable RFC3779 support
40
RFC3779_DESC?=	Enable RFC3779 support
41
GMP_DESC?=	Enable gmp support (LGPLv3)
41
GMP_DESC?=	Enable gmp support (LGPLv3)

Return to bug 169464