Author: aredridel Date: Thu Jun 4 12:55:19 2009 GMT Module: packages Tag: HEAD ---- Log message: - fix build on x64 where libtool won't install socket.so or ibverbs.so
---- Files affected: packages/glusterfs: glusterfs.spec (1.33 -> 1.34) , glusterfs-transportdir.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/glusterfs/glusterfs.spec diff -u packages/glusterfs/glusterfs.spec:1.33 packages/glusterfs/glusterfs.spec:1.34 --- packages/glusterfs/glusterfs.spec:1.33 Tue Jun 2 15:33:54 2009 +++ packages/glusterfs/glusterfs.spec Thu Jun 4 14:55:14 2009 @@ -21,6 +21,7 @@ Source0: http://ftp.gluster.com/pub/gluster/glusterfs/2.0/LATEST/glusterfs-%{version}.tar.gz # Source0-md5: 712b6325abbd9f89ac927727a4bad658 Source1: glusterfsd.init +Patch0: %{name}-transportdir.patch URL: http://www.gluster.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -146,6 +147,7 @@ %prep %setup -q -n %{name}-%{_version} +%patch0 -p1 %{__sed} -i -e 's|-avoidversion|-avoid-version|g' */*/*/Makefile.am */*/*/*/Makefile.am cp -l doc/examples/README README.examples @@ -264,6 +266,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2009/06/04 12:55:14 aredridel +- fix build on x64 where libtool won't install socket.so or ibverbs.so + Revision 1.33 2009/06/02 13:33:54 aredridel - add more todo ================================================================ Index: packages/glusterfs/glusterfs-transportdir.patch diff -u /dev/null packages/glusterfs/glusterfs-transportdir.patch:1.1 --- /dev/null Thu Jun 4 14:55:19 2009 +++ packages/glusterfs/glusterfs-transportdir.patch Thu Jun 4 14:55:14 2009 @@ -0,0 +1,24 @@ +diff -ur glusterfs-2.0.1-o/transport/ib-verbs/src/Makefile.am glusterfs-2.0.1/transport/ib-verbs/src/Makefile.am +--- glusterfs-2.0.1-o/transport/ib-verbs/src/Makefile.am 2009-06-03 21:43:45.000000000 -0600 ++++ glusterfs-2.0.1/transport/ib-verbs/src/Makefile.am 2009-06-03 22:33:02.000000000 -0600 +@@ -1,7 +1,7 @@ + noinst_HEADERS = ib-verbs.h name.h + + transport_LTLIBRARIES = ib-verbs.la +-transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/ ++transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport + + ib_verbs_la_LDFLAGS = -module -avoid-version + +diff -ur glusterfs-2.0.1-o/transport/socket/src/Makefile.am glusterfs-2.0.1/transport/socket/src/Makefile.am +--- glusterfs-2.0.1-o/transport/socket/src/Makefile.am 2009-06-03 21:43:45.000000000 -0600 ++++ glusterfs-2.0.1/transport/socket/src/Makefile.am 2009-06-03 22:33:04.000000000 -0600 +@@ -1,7 +1,7 @@ + noinst_HEADERS = socket.h name.h + + transport_LTLIBRARIES = socket.la +-transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/ ++transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport + + socket_la_LDFLAGS = -module -avoid-version + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glusterfs/glusterfs.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
