summaryrefslogtreecommitdiff
path: root/src/master/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/master/Makefile')
-rw-r--r--src/master/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/master/Makefile b/src/master/Makefile
index 1390dcbb..2f60b413 100644
--- a/src/master/Makefile
+++ b/src/master/Makefile
@@ -9,8 +9,8 @@ ifeq ($(PLATFORM),mingw32)
MKDIR=mkdir
else
BINEXT=
- RELEASE_LDFLAGS=-static -ltdb
- DEBUG_LDFLAGS=-static -ltdb
+ RELEASE_LDFLAGS=-ltdb
+ DEBUG_LDFLAGS=-ltdb
RM=rm -f
MKDIR=mkdir
endif