Browse Source

Provide support for non-funopen systems.

ok beck
OPENBSD_5_6
deraadt 10 years ago
parent
commit
4d186eab67
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libcrypto/crypto/Makefile

+ 2
- 2
src/lib/libcrypto/crypto/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2014/06/10 16:15:19 deraadt Exp $
# $OpenBSD: Makefile,v 1.40 2014/06/11 15:08:41 deraadt Exp $
LIB= crypto
@ -9,7 +9,7 @@ CFLAGS+= -Wall -Werror
.include <bsd.own.mk> # for 'NOPIC' definition
.if !defined(NOPIC)
CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H
CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H -DHAVE_FUNOPEN
.endif
.if ${MACHINE_ARCH} == "sparc"


Loading…
Cancel
Save