diff options
author | Michael Adam <obnox@samba.org> | 2010-02-09 08:00:06 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-02-12 23:12:13 +0100 |
commit | 72242ef7cd6d2c9b4cc4f82ef1138560cad78df1 (patch) | |
tree | a11ac030da780ee6cffc993c1b297975b28132c9 /packaging/RHEL-CTDB | |
parent | a6338c01b7a20b2e4786c74d3cc00027e23420e7 (diff) | |
download | samba-72242ef7cd6d2c9b4cc4f82ef1138560cad78df1.tar.gz |
packaging(RHEL-CTDB): adapt configure.rpm to match the spec-file configure call
Michael
Diffstat (limited to 'packaging/RHEL-CTDB')
-rwxr-xr-x | packaging/RHEL-CTDB/configure.rpm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm index 84e73461a6f..61276f83c96 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 \ |