packages: libmemcached/libmemcached.spec - link with -lpthread - remove mem...
lisu
lisu at pld-linux.org
Wed Sep 28 11:48:33 CEST 2011
Author: lisu Date: Wed Sep 28 09:48:33 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- link with -lpthread
- remove memaslap tool
- new tool: memping
---- Files affected:
packages/libmemcached:
libmemcached.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: packages/libmemcached/libmemcached.spec
diff -u packages/libmemcached/libmemcached.spec:1.28 packages/libmemcached/libmemcached.spec:1.29
--- packages/libmemcached/libmemcached.spec:1.28 Wed Sep 28 11:02:59 2011
+++ packages/libmemcached/libmemcached.spec Wed Sep 28 11:48:28 2011
@@ -69,7 +69,7 @@
%{__autoheader}
%{__automake}
%configure \
- LIBS="-lrt -lsasl" \
+ LIBS="-lrt -lsasl -lpthread" \
%{?with_static_libs:--enable-static} \
--disable-silent-rules \
--with-memcached=no # disable memcached detection, we're not doing tests
@@ -90,7 +90,6 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README THANKS TODO
-%attr(755,root,root) %{_bindir}/memaslap
%attr(755,root,root) %{_bindir}/memcapable
%attr(755,root,root) %{_bindir}/memcat
%attr(755,root,root) %{_bindir}/memcp
@@ -98,6 +97,7 @@
%attr(755,root,root) %{_bindir}/memerror
%attr(755,root,root) %{_bindir}/memflush
%attr(755,root,root) %{_bindir}/memparse
+%attr(755,root,root) %{_bindir}/memping
%attr(755,root,root) %{_bindir}/memrm
%attr(755,root,root) %{_bindir}/memslap
%attr(755,root,root) %{_bindir}/memstat
@@ -141,6 +141,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2011/09/28 09:48:28 lisu
+- link with -lpthread
+- remove memaslap tool
+- new tool: memping
+
Revision 1.28 2011/09/28 09:02:59 lisu
- updated to 0.52
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmemcached/libmemcached.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list