[Opensrf-commits] r1872 - trunk/src/extras (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 10 12:42:17 EST 2009
Author: dbs
Date: 2009-12-10 12:42:14 -0500 (Thu, 10 Dec 2009)
New Revision: 1872
Modified:
trunk/src/extras/Makefile.install
Log:
Remove vestigial TODO now that it is TODONE
Modified: trunk/src/extras/Makefile.install
===================================================================
--- trunk/src/extras/Makefile.install 2009-12-10 17:39:59 UTC (rev 1871)
+++ trunk/src/extras/Makefile.install 2009-12-10 17:42:14 UTC (rev 1872)
@@ -280,11 +280,9 @@
# Install libmemcached from the official project source
install_libmemcached:
- @echo "TODO: work out how to build or grab libmemcached packages for CentOS/RHEL"
if [ ! -d $(LIBMEMCACHED).tar.gz ]; then wget $(LIBMEMCACHED_HOST)/$(LIBMEMCACHED).tar.gz; fi;
tar xzf $(LIBMEMCACHED).tar.gz
cd $(LIBMEMCACHED) && ./configure && make && make install
-
# Install a newer version of libxslt
install_libxslt:
More information about the opensrf-commits
mailing list