blob: ae8a46421e2225431523d606b774d3109d73bfa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Makefile.orig 2009-03-10 01:01:17.000000000 -0500
+++ ./Makefile 2010-05-16 20:56:33.000000000 -0500
@@ -55,7 +55,7 @@
CFLAGS = $(CWFLAGS) $(CXFLAGS) -DSendmail=\""$(MAILCMD)"\" $(CONFFILEFLAGS)
# If you want a static binary, you might uncomment these
-# LDFLAGS = -static
+LDFLAGS = -static
# STRIP = -s
INSTALL = /usr/bin/install
|