summaryrefslogtreecommitdiffstats
path: root/packaging/RHEL
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-08-29 16:38:31 +0200
committerKarolin Seeger <kseeger@samba.org>2008-09-10 11:50:49 +0200
commitd587fe03721e20606badd438eb596e0d69eb96b7 (patch)
tree2eb6389d7c15b463f39d92a73218a5f25e4bac26 /packaging/RHEL
parentaf21cfce1b93ea4fee0a4830f62d993495d7f4de (diff)
downloadsamba-d587fe03721e20606badd438eb596e0d69eb96b7.tar.gz
samba-d587fe03721e20606badd438eb596e0d69eb96b7.tar.xz
samba-d587fe03721e20606badd438eb596e0d69eb96b7.zip
packaging(RHEL): use --libdir and --with-modulesdir instead of --with-libdir
Michael (cherry picked from commit dc6625637fb9de7d64d4416a1eb43f214590d393) (cherry picked from commit 0de6722276277550de08a9fd225baae91f2aeaf1)
Diffstat (limited to 'packaging/RHEL')
-rw-r--r--packaging/RHEL/samba.spec.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl
index 07f9a36142a..13341bd9faf 100644
--- a/packaging/RHEL/samba.spec.tmpl
+++ b/packaging/RHEL/samba.spec.tmpl
@@ -127,7 +127,8 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
--prefix=%{_prefix} \
--localstatedir=/var \
--with-configdir=%{_sysconfdir}/samba \
- --with-libdir=%{_libdir}/samba \
+ --libdir=%{_libdir} \
+ --with-modulesdir=%{_libdir}/samba \
--with-lockdir=/var/lib/samba \
--with-logfilebase=/var/log/samba \
--with-mandir=%{_mandir} \