summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authormsvensson@shellback.(none) <>2006-10-12 12:14:50 +0200
committermsvensson@shellback.(none) <>2006-10-12 12:14:50 +0200
commit9a65dbea42f74f2602ed1a5fa446d0daca04474a (patch)
treec3907710b6d030ed76aae886d1524341d8e0aaf3 /netware
parentdb72ea9023f1ce5e9bc44ca6c58270c0db2c9645 (diff)
downloadmariadb-git-9a65dbea42f74f2602ed1a5fa446d0daca04474a.tar.gz
Only one switch for ssl(--with-ssl) in 5.1
Diffstat (limited to 'netware')
-rw-r--r--netware/BUILD/compile-netware-max2
-rw-r--r--netware/BUILD/compile-netware-max-debug2
2 files changed, 2 insertions, 2 deletions
diff --git a/netware/BUILD/compile-netware-max b/netware/BUILD/compile-netware-max
index 3286c3c693b..d8278a4e915 100644
--- a/netware/BUILD/compile-netware-max
+++ b/netware/BUILD/compile-netware-max
@@ -15,7 +15,7 @@ suffix="max"
extra_configs=" \
--with-innodb \
--with-embedded-server \
- --with-yassl \
+ --with-ssl \
"
. $path/compile-netware-END
diff --git a/netware/BUILD/compile-netware-max-debug b/netware/BUILD/compile-netware-max-debug
index e3155cbd7d7..de1b5dd17cc 100644
--- a/netware/BUILD/compile-netware-max-debug
+++ b/netware/BUILD/compile-netware-max-debug
@@ -15,7 +15,7 @@ extra_configs=" \
--with-innodb \
--with-debug=full \
--with-embedded-server \
- --with-yassl \
+ --with-ssl \
"
. $path/compile-netware-END