summaryrefslogtreecommitdiff
path: root/src/master/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2007-06-06 21:28:00 +0000
committerTim Angus <tim@ngus.net>2007-06-06 21:28:00 +0000
commit9706815b1e7fe5129bf1bfe68291d86e0cd9372e (patch)
tree2479563e3342069e21a63747093318a7a2eed116 /src/master/Makefile
parentea05cee39314fc36467f5f9ca7b03a9f93eb4a1c (diff)
* Patch from R1CH to delist servers that are hidden by NAT
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