gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Erick Tryzelaar
Subject: [Gluster-devel] [PATCH] Fix rpm building for Fedora 11.
Date: Mon, 16 Nov 2009 10:57:30 -0800

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]