summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/makefile b/tools/makefile
index 08bf17c..76df23b 100644
--- a/tools/makefile
+++ b/tools/makefile
@@ -38,12 +38,13 @@ show:
: --- $(qprogs) +++ $(moreprogs)
greylist: greylist.o
- $(CC) $< -lboost_filesystem-mt -o $@
+ $(CC) $< -lboost_filesystem-mt -lboost_system -o $@
+
+# $(CC) $< -lboost_filesystem -o $@
wripper: wripper.o
$(CC) $< -o $@
- chgrp daemon $@
- chmod g+s $@
+ chgrp daemon $@ && chmod g+s $@ || true
mail-scan: mail-scan.o
$(CC) $< -lboost_regex -o $@