rpms/fuse-encfs/F-8 fuse-encfs.spec,1.10,1.11

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Tue May 6 05:04:48 UTC 2008


Author: peter

Update of /cvs/extras/rpms/fuse-encfs/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21349/F-8

Modified Files:
	fuse-encfs.spec 
Log Message:
Fixed issue with wrong boost detection on 64-bit platforms (thanks to Tomas Hoger)


Index: fuse-encfs.spec
===================================================================
RCS file: /cvs/extras/rpms/fuse-encfs/F-8/fuse-encfs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fuse-encfs.spec	14 Apr 2008 05:36:54 -0000	1.10
+++ fuse-encfs.spec	6 May 2008 05:04:06 -0000	1.11
@@ -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 @@
 %patch0 -p1 -b .gcc43
 
 %build
-%configure --disable-static
+%configure --disable-static \
+	--with-boost-libdir=%{_libdir}
 %{__make} %{?_smp_mflags}
 
 %install
@@ -55,6 +56,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon May  5 2008 Tomas Hoger <thoger at redhat.com> - 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 <lemenkov at gmail.com> 1.4.2-1
 - Ver. 1.4.2
 - add option to pass-through file 'holes'.  Only available in expert mode




More information about the fedora-extras-commits mailing list