Kaydet (Commit) 1e392ea7 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Trying to avoid linking with boost on Windows

Change-Id: Ic0c538dfad88f850d95f417f2741ef7dba7fc5e4
üst 41d2b58b
......@@ -11,4 +11,10 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,cdr))
$(eval $(call gb_UnpackedTarball_set_tarball,cdr,$(CDR_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,cdr,1))
$(eval $(call gb_UnpackedTarball_add_patches,cdr,\
libcdr/libcdr-0.0.13.patch \
))
# vim: set noet sw=4 ts=4:
--- a/src/lib/CDRParser.cpp
+++ b/src/lib/CDRParser.cpp
@@ -32,6 +32,9 @@
#include <string.h>
#include <sstream>
#include <set>
+#ifndef BOOST_ALL_NO_LIB
+#define BOOST_ALL_NO_LIB 1
+#endif
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/spirit/include/classic.hpp>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment