diff options
Diffstat (limited to 'databases/mysql55-client/options.mk')
-rw-r--r-- | databases/mysql55-client/options.mk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/databases/mysql55-client/options.mk b/databases/mysql55-client/options.mk index 5ee144d60fd..d28a63fd295 100644 --- a/databases/mysql55-client/options.mk +++ b/databases/mysql55-client/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2013/02/12 20:36:28 adam Exp $ +# $NetBSD: options.mk,v 1.3 2013/02/18 10:17:19 fhajny Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mysql5 @@ -11,16 +11,7 @@ PKG_SUGGESTED_OPTIONS+= embedded-server ssl # Enable OpenSSL support .if !empty(PKG_OPTIONS:Mssl) . include "../../security/openssl/buildlink3.mk" -. if ${OPSYS} == "SunOS" -CHECK_BUILTIN.openssl:=yes -. include "../../security/openssl/builtin.mk" -CHECK_BUILTIN.openssl:=no -. if ${USE_BUILTIN.openssl} == "yes" CMAKE_ARGS+= -DWITH_SSL=system -. endif -. else -CMAKE_ARGS+= -DWITH_SSL=system -. endif .else CMAKE_ARGS+= -DWITH_SSL=no .endif |