From a06f2dd5b556f786205a5ef807d9f8ab14171ac8 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: May 06 2008 05:04:06 +0000 Subject: Fixed issue with wrong boost detection on 64-bit platforms (thanks to Tomas Hoger) --- diff --git a/fuse-encfs.spec b/fuse-encfs.spec index db9160f..28dfdb4 100644 --- a/fuse-encfs.spec +++ b/fuse-encfs.spec @@ -1,6 +1,6 @@ Name: fuse-encfs Version: 1.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPLv3+ Group: System Environment/Kernel @@ -29,7 +29,8 @@ it does not use NFS. %patch0 -p1 -b .gcc43 %build -%configure --disable-static +%configure --disable-static \ + --with-boost-libdir=%{_libdir} %{__make} %{?_smp_mflags} %install @@ -55,6 +56,10 @@ it does not use NFS. %{_mandir}/man1/* %changelog +* Mon May 5 2008 Tomas Hoger - 1.4.2-2 +- Work-around broken boost library path auto detection causing build failures + on 64-bit architectures. + * Mon Apr 14 2008 Peter Lemenkov 1.4.2-1 - Ver. 1.4.2 - add option to pass-through file 'holes'. Only available in expert mode