summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-04-06 17:53:14 +0200
committerMichael Adam <obnox@samba.org>2011-04-07 17:08:16 +0200
commit7e4f2614abc0daa91f5909690a133e96f0f942e4 (patch)
treed4ab6ce16c2d968cd3fe16be142b282b120bd579 /packaging
parent94f5b2f41346170fea90b4571f172df124139143 (diff)
downloadsamba-7e4f2614abc0daa91f5909690a133e96f0f942e4.tar.gz
samba-7e4f2614abc0daa91f5909690a133e96f0f942e4.tar.bz2
samba-7e4f2614abc0daa91f5909690a133e96f0f942e4.zip
packaging(RHEL-CTDB): fix configure.rpm (honour additional cmdline parameters)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/RHEL-CTDB/configure.rpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm
index 527b14f131..616336ea3a 100755
--- a/packaging/RHEL-CTDB/configure.rpm
+++ b/packaging/RHEL-CTDB/configure.rpm
@@ -59,7 +59,7 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE -O3" ./configure -C \
--without-ldb \
--without-dnsupdate \
--with-aio-support \
- --disable-merged-build
+ --disable-merged-build \
$*
make showlayout