View | Details | Raw Unified | Return to bug 132901
Collapse All | Expand All

(-)files/patch-encfs-FileUtils.cpp (+10 lines)
Added Link Here
1
--- encfs/FileUtils.cpp.orig	2008-04-14 03:13:23.000000000 +0400
2
+++ encfs/FileUtils.cpp	2009-03-21 04:33:29.000000000 +0300
3
@@ -61,6 +61,7 @@
4
 #include <boost/archive/xml_iarchive.hpp>
5
 #include <boost/archive/xml_oarchive.hpp>
6
 #include <boost/serialization/split_free.hpp>
7
+#include <boost/serialization/binary_object.hpp>
8
 
9
 using namespace rel;
10
 using namespace rlog;
(-)files/patch-encfs-Makefile.in (+11 lines)
Added Link Here
1
--- encfs/Makefile.in.orig	2008-04-14 04:10:40.000000000 +0400
2
+++ encfs/Makefile.in	2009-03-21 04:37:08.000000000 +0300
3
@@ -279,7 +279,7 @@
4
 KDE_OPTIONS = qtonly
5
 ALL_INCLUDES = @RLOG_CFLAGS@ @OPENSSL_CFLAGS@ @BOOST_CPPFLAGS@
6
 ALL_LDFLAGS = @RLOG_LIBS@ @OPENSSL_LIBS@ @FUSE_LIBS@ \
7
-	@BOOST_SERIALIZATION_LIB@ $(am__append_2)
8
+	@BOOST_SERIALIZATION_LIB@ $(am__append_2) -lboost_system
9
 INCLUDES = $(all_includes) -I../intl
10
 AM_CXXFLAGS = -DRLOG_COMPONENT="encfs" $(ALL_INCLUDES) $(am__append_1)
11
 lib_LTLIBRARIES = libencfs.la

Return to bug 132901