9301fefeac
Copy from server:database/mariadb based on submit request 39217 from user -miska- OBS-URL: https://build.opensuse.org/request/show/39217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=1
28 lines
912 B
Diff
28 lines
912 B
Diff
---
|
|
libmysql/Makefile.shared | 2 +-
|
|
libmysqld/Makefile.am | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- libmysql/Makefile.shared.orig
|
|
+++ libmysql/Makefile.shared
|
|
@@ -26,7 +26,7 @@ MYSQLBASEdir= $(prefix)
|
|
## We'll use CLIENT_EXTRA_LDFLAGS for threaded and non-threaded
|
|
## until someone complains that they need separate options.
|
|
LDADD = @CLIENT_EXTRA_LDFLAGS@ $(target)
|
|
-pkglib_LTLIBRARIES = $(target)
|
|
+lib_LTLIBRARIES = $(target)
|
|
|
|
noinst_PROGRAMS = conf_to_src
|
|
|
|
--- libmysqld/Makefile.am.orig
|
|
+++ libmysqld/Makefile.am
|
|
@@ -36,7 +36,7 @@ INCLUDES= -I$(top_builddir)/include -I$
|
|
@condition_dependent_plugin_includes@
|
|
|
|
noinst_LIBRARIES = libmysqld_int.a
|
|
-pkglib_LIBRARIES = libmysqld.a
|
|
+lib_LIBRARIES = libmysqld.a
|
|
SUBDIRS = . examples
|
|
libmysqld_sources= libmysqld.c lib_sql.cc emb_qcache.cc
|
|
libmysqlsources = errmsg.c get_password.c libmysql.c client.c pack.c \
|