Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a1bf1138
Commit
a1bf1138
authored
Apr 03, 2006
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yassl link problem fixed
parent
0298bfaa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
11 deletions
+8
-11
config/ac-macros/yassl.m4
config/ac-macros/yassl.m4
+1
-1
libmysql/Makefile.am
libmysql/Makefile.am
+1
-5
libmysql/Makefile.shared
libmysql/Makefile.shared
+5
-0
libmysql_r/Makefile.am
libmysql_r/Makefile.am
+1
-5
No files found.
config/ac-macros/yassl.m4
View file @
a1bf1138
...
...
@@ -39,5 +39,5 @@ AC_DEFUN([MYSQL_CHECK_YASSL], [
AC_SUBST(yassl_libs)
AC_SUBST(yassl_includes)
AC_SUBST(yassl_dir)
AM_CONDITIONAL([HAVE_YASSL], [ test "with_yassl" = "yes" ])
AM_CONDITIONAL([HAVE_YASSL], [ test "
$
with_yassl" = "yes" ])
])
libmysql/Makefile.am
View file @
a1bf1138
...
...
@@ -29,11 +29,7 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
include
$(srcdir)/Makefile.shared
libmysqlclient_la_SOURCES
=
$(target_sources)
libmysqlclient_la_LIBADD
=
$(target_libadd)
if
HAVE_YASSL
libmysqlclient_la_LIBADD
+=
$(top_srcdir)
/extra/yassl/src/libyassl.la
\
$(top_srcdir)
/extra/yassl/taocrypt/src/libtaocrypt.la
endif
libmysqlclient_la_LIBADD
=
$(target_libadd)
$(yassl_las)
libmysqlclient_la_LDFLAGS
=
$(target_ldflags)
EXTRA_DIST
=
Makefile.shared libmysql.def
noinst_HEADERS
=
client_settings.h
...
...
libmysql/Makefile.shared
View file @
a1bf1138
...
...
@@ -87,6 +87,11 @@ DEFS = -DDEFAULT_CHARSET_HOME="\"$(MYSQLBASEdir)\"" \
-DDEFAULT_GROUP_SUFFIX_ENV
=
MYSQL_GROUP_SUFFIX
\
-DSHAREDIR
=
"
\"
$(MYSQLSHAREdir)
\"
"
$(target_defs)
if
HAVE_YASSL
yassl_las
=
$(top_srcdir)
/extra/yassl/src/libyassl.la
\
$(top_srcdir)
/extra/yassl/taocrypt/src/libtaocrypt.la
endif
# The automatic dependencies miss this
#bmove_upp.lo: $(LTCHARSET_OBJS)
...
...
libmysql_r/Makefile.am
View file @
a1bf1138
...
...
@@ -32,11 +32,7 @@ include $(top_srcdir)/libmysql/Makefile.shared
libmysql_dir
=
$(top_srcdir)
/libmysql
libmysqlclient_r_la_SOURCES
=
$(target_sources)
libmysqlclient_r_la_LIBADD
=
$(target_libadd)
if
HAVE_YASSL
libmysqlclient_r_la_LIBADD
+=
$(top_srcdir)
/extra/yassl/src/libyassl.la
\
$(top_srcdir)
/extra/yassl/taocrypt/src/libtaocrypt.la
endif
libmysqlclient_r_la_LIBADD
=
$(target_libadd)
$(yassl_las)
libmysqlclient_r_la_LDFLAGS
=
$(target_ldflags)
# This is called from the toplevel makefile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment