mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
c5d70b1a93
Build gcc.o as a small library, instead of passing .cpp sources to the linker command (causes problems with parallel make on Solaris). This fix is for 4.1. In 5.0 and up a different fix is used.
12 lines
476 B
Text
12 lines
476 B
Text
ndbbindir = "$(libexecdir)"
|
|
ndbtoolsdir = "$(bindir)"
|
|
ndbtestdir = "$(bindir)"
|
|
ndblibdir = "$(pkglibdir)"
|
|
ndbincludedir = "$(pkgincludedir)/ndb"
|
|
ndbapiincludedir = "$(pkgincludedir)/ndb/ndbapi"
|
|
mgmapiincludedir = "$(pkgincludedir)/ndb/mgmapi"
|
|
|
|
INCLUDES = $(INCLUDES_LOC)
|
|
LDADD = $(LDADD_LOC) -L$(top_srcdir)/ndb/src/common/portlib -lmygcc
|
|
DEFS = @DEFS@ @NDB_DEFS@ $(DEFS_LOC) $(NDB_EXTRA_FLAGS)
|
|
NDB_CXXFLAGS=@ndb_cxxflags_fix@ $(NDB_CXXFLAGS_LOC)
|