diff options
author | Christian Pointner <equinox@anytun.org> | 2009-10-04 15:09:54 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-10-04 15:09:54 +0000 |
commit | ca59905ebfc609b8387f42b96387f825f13aab36 (patch) | |
tree | dd7f47de4e7669e6ccdeb43ec03748c5cfba06d3 /src/configure | |
parent | small cleanup (diff) |
logtargets valgrind cleanup
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index 770318b..4d601af 100755 --- a/src/configure +++ b/src/configure @@ -33,7 +33,7 @@ TARGET=`uname -s` CXXFLAGS='-g -Wall -O2 -DLOG_SYSLOG -DLOG_FILE -DLOG_STDOUT' -LDFLAGS='-g -Wall -O2 -lboost_thread -lboost_serialization -lboost_system' +LDFLAGS='-g -Wall -O2 -lboost_thread -lboost_serialization -lboost_system -lboost_date_time' CRYPTO_LIB='gcrypt' PASSPHRASE=1 |