From 9503af54284e27104051cc7eafffd3f138c28851 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 16 Nov 2009 13:27:30 +0000 Subject: Fix rpm building for Fedora 11. 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. Signed-off-by: Anand V. Avati --- glusterfs.spec.in | 1 - 1 file changed, 1 deletion(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 7e5faa4a94a..0982805c066 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 -- cgit