rpms/fuse-encfs/devel fuse-encfs.spec,1.17,1.18

Tomas Hoger (thoger) fedora-extras-commits at redhat.com
Mon May 5 16:24:19 UTC 2008


Author: thoger

Update of /cvs/extras/rpms/fuse-encfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10597

Modified Files:
	fuse-encfs.spec 
Log Message:
Work-around broken boost library path auto detection causing build failures on
64-bit architectures.



Index: fuse-encfs.spec
===================================================================
RCS file: /cvs/extras/rpms/fuse-encfs/devel/fuse-encfs.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- fuse-encfs.spec	14 Apr 2008 05:34:51 -0000	1.17
+++ fuse-encfs.spec	5 May 2008 16:23:40 -0000	1.18
@@ -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