1
0
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:
unknown
2006-04-14 15:34:04 +02:00
parent 3d185d7935
commit eb485ecedc

View File

@@ -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