diff options
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index e71912dd57..c27985e113 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.39 2014/06/10 16:15:19 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.40 2014/06/11 15:08:41 deraadt Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -9,7 +9,7 @@ CFLAGS+= -Wall -Werror | |||
9 | 9 | ||
10 | .include <bsd.own.mk> # for 'NOPIC' definition | 10 | .include <bsd.own.mk> # for 'NOPIC' definition |
11 | .if !defined(NOPIC) | 11 | .if !defined(NOPIC) |
12 | CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H | 12 | CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H -DHAVE_FUNOPEN |
13 | .endif | 13 | .endif |
14 | 14 | ||
15 | .if ${MACHINE_ARCH} == "sparc" | 15 | .if ${MACHINE_ARCH} == "sparc" |