mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Makefile.am:
Move -lmystrings after -ldbug, to define strmov() on HP-UX unittest/mysys/Makefile.am: Move -lmystrings after -ldbug, to define strmov() on HP-UX
This commit is contained in:
@@ -5,7 +5,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
|
||||
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap -L$(top_builddir)/mysys
|
||||
AM_LDFLAGS += -L$(top_builddir)/strings -L$(top_builddir)/dbug
|
||||
|
||||
LDADD = -lmytap -lmysys -lmystrings -ldbug
|
||||
LDADD = -lmytap -lmysys -ldbug -lmystrings
|
||||
|
||||
noinst_PROGRAMS = bitmap.t base64.t
|
||||
|
||||
|
||||
Reference in New Issue
Block a user