diff install.bash @ 37:ccf2c2651c1d

add -pthread compiler option, fix error in scanning for end of html comment
author carl
date Sun, 30 May 2004 23:57:13 -0700
parents 33e1e3910506
children d95af8129dfa
line wrap: on
line diff
--- a/install.bash	Sun May 30 18:38:36 2004 -0700
+++ b/install.bash	Sun May 30 23:57:13 2004 -0700
@@ -11,7 +11,7 @@
 #####################
 # build the milter
 # add compiler flags - suggested by Nigel Horne
-g++ -c $CXXFLAGS dnsbl.cpp
+g++ -c $CXXFLAGS -pthread dnsbl.cpp
 if [ $? -ne 0 ]; then
     echo "compiler errors"
     exit