[Gluster-devel] [PATCH] Fix rpm building for Fedora 11.

Erick Tryzelaar idadesub at users.sourceforge.net
Mon Nov 16 18:57:30 UTC 2009


I was running into a problem compiling glusterfs on Fedora 11, rpmbuild was
complaining that it couldn't find any .a files. Since it doesn't look like
gluster's creating archive libraries anymore, I removed this line from the
spec file, and gluster started to compile again.
---
 glusterfs.spec.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 7e5faa4..0982805 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -196,7 +196,6 @@ fi
 %{_includedir}/glusterfs
 %{_includedir}/libglusterfsclient.h
 %exclude %{_includedir}/glusterfs/y.tab.h
-%{_libdir}/*.a
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
 
-- 
1.6.2.5






More information about the Gluster-devel mailing list