summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-02-09 08:00:06 +0100
committerMichael Adam <obnox@samba.org>2010-02-12 23:12:13 +0100
commit72242ef7cd6d2c9b4cc4f82ef1138560cad78df1 (patch)
treea11ac030da780ee6cffc993c1b297975b28132c9 /packaging
parenta6338c01b7a20b2e4786c74d3cc00027e23420e7 (diff)
downloadsamba-72242ef7cd6d2c9b4cc4f82ef1138560cad78df1.tar.gz
samba-72242ef7cd6d2c9b4cc4f82ef1138560cad78df1.tar.bz2
samba-72242ef7cd6d2c9b4cc4f82ef1138560cad78df1.zip
packaging(RHEL-CTDB): adapt configure.rpm to match the spec-file configure call
Michael
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/RHEL-CTDB/configure.rpm3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm
index 84e73461a6..61276f83c9 100755
--- a/packaging/RHEL-CTDB/configure.rpm
+++ b/packaging/RHEL-CTDB/configure.rpm
@@ -30,7 +30,8 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure -C \
--prefix=${_prefix} \
--localstatedir=/var \
--with-configdir=${_sysconfdir}/samba \
- --with-libdir=${_libarchdir}/samba \
+ --libdir=${_libarchdir} \
+ --with-modulesdir=${_libarchdir}/samba \
--with-pammodulesdir=/${_libarch}/security \
--with-lockdir=/var/lib/samba \
--with-logfilebase=/var/log/samba \