diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2009-11-16 13:27:30 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-19 03:23:19 -0800 |
commit | 9503af54284e27104051cc7eafffd3f138c28851 (patch) | |
tree | d88ed01397ec742a3c7adb5f7ee259cfb25e7f73 /glusterfs.spec.in | |
parent | 717faf468fcac827d00c81c76ac53057c43e28fa (diff) |
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 <avati@dev.gluster.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 7e5faa4a9..0982805c0 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 |