diff options
| author | deraadt <> | 2014-06-11 15:08:43 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-06-11 15:08:43 +0000 |
| commit | 1cb9257d81d89a6f2d941f4e009fdd8c4061956e (patch) | |
| tree | 83720c7796a5f39d4327d7cb7fafd984f53ac72d /src/lib/libcrypto/crypto | |
| parent | 1637944a3a4fbe597f86cd4a84248feb08493d36 (diff) | |
| download | openbsd-1cb9257d81d89a6f2d941f4e009fdd8c4061956e.tar.gz openbsd-1cb9257d81d89a6f2d941f4e009fdd8c4061956e.tar.bz2 openbsd-1cb9257d81d89a6f2d941f4e009fdd8c4061956e.zip | |
Provide support for non-funopen systems.
ok beck
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" |
