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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ec8b57e0
Commit
ec8b57e0
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@789
c7de825b-a66e-492c-adef-691d508d4ae1
parent
3c289c29
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
utils/Makefile
utils/Makefile
+8
-6
No files found.
utils/Makefile
View file @
ec8b57e0
BDB
=
/usr/local/BerkeleyDB.4.1
BDB_DUMP
=
$(BDB)
/bin/db_dump
BDB_LOAD
=
$(BDB)
/bin/db_load
ifndef
BDBDIR
BDBDIR
=
/usr/local/BerkeleyDB.4.1
endif
BDB_DUMP
=
$(BDBDIR)
/bin/db_dump
BDB_LOAD
=
$(BDBDIR)
/bin/db_load
CPPFLAGS
=
-I
$(BDB)
/include
CPPFLAGS
=
-I
$(BDB
DIR
)
/include
CFLAGS
=
-std
=
gnu89
-W
-Wall
-Wno-unused
-g
LDFLAGS
=
-L
$(BDB
)
/lib
-ldb
-lpthread
-Wl
,-rpath,
$(BDB
)
/lib
# LDFLAGS = -L$(BDB)/lib -ldb -lpthread
LDFLAGS
=
-L
$(BDB
DIR)
/lib
-ldb
-lpthread
-Wl
,-rpath,
$(BDBDIR
)
/lib
# LDFLAGS = -L$(BDB
DIR
)/lib -ldb -lpthread
STATIC_LDFLAGS
=
-static
-L
../lib
-ldb
-lz
UTILS
=
\
...
...
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