From 51d5975e5e88967414e594c56e5041ac278790a1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 6 May 2011 18:35:55 +0200 Subject: packaging(RHEL-CTDB): disable smbtorture4 in the rpm build --- packaging/RHEL-CTDB/samba.spec.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index 191b67f9dd..ef8d42bfbe 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -170,7 +170,8 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \ --without-ldb \ --without-dnsupdate \ --with-aio-support\ - --disable-merged-build + --disable-merged-build \ + --disable-smbtorture4 make showlayout -- cgit