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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
dd6d2580
Commit
dd6d2580
authored
Nov 28, 2007
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
addresses #49
git-svn-id:
file:///svn/tokudb@808
c7de825b-a66e-492c-adef-691d508d4ae1
parent
67dc4d5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
src/tests/Makefile
src/tests/Makefile
+6
-5
No files found.
src/tests/Makefile
View file @
dd6d2580
...
...
@@ -6,11 +6,10 @@
# For very verbose output do
# make VERBOSE=2
ifndef
BDBDIR
BDBDIR
=
/usr
endif
ifdef
BDBDIR
BDB_CPPFLAGS
=
-I
$(BDBDIR)
/include
BDB_LDFLAGS
=
-L
$(BDBDIR)
/lib
BDB_LDFLAGS
=
-L
$(BDBDIR)
/lib
-ldb
endif
ifeq
($(OSX),OSX)
#Note: OSX 10.4 needs DYLD_LIBRARY_PATH. OSX 10.5 claims to support -rpath.
...
...
@@ -23,7 +22,9 @@ else
SETTOKUENV
=
true
UNSETTOKUENV
=
true
LIBEXT
=
so
BDB_LDFLAGS
+=
-L
$(BDBDIR)
/lib
-ldb
-Wl
,-rpath,
$(BDBDIR)
/lib
ifdef
BDBDIR
BDB_LDFLAGS
+=
-Wl
,-rpath,
$(BDBDIR)
/lib
-lpthread
endif
TDB_LOADLIBES
=
-L
../
-ldb
-Wl
,-rpath,..
VGRIND
=
valgrind
--quiet
--error-exitcode
=
1
--leak-check
=
yes
endif
...
...
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