From 1dc0fce9108bd83d130621a20cbcc36beff068bf Mon Sep 17 00:00:00 2001 From: Gary Lowell Date: Fri, 2 Nov 2012 16:28:56 -0700 Subject: [PATCH] ceph.spec.in: Enable rest-bench and debug configure options --- ceph.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index c05627213f4..ce85055189c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -217,6 +217,8 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'` --without-hadoop \ --with-nss \ --without-cryptopp \ + --with-rest-bench \ + --with-debug \ $MY_CONF_OPT \ %{?_with_ocf} \ %{?with_tcmalloc:--with-tcmalloc} %{!?with_tcmalloc:--without-tcmalloc} \