diff options
author | Michael Adam <obnox@samba.org> | 2008-05-19 11:31:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-21 23:35:24 +0200 |
commit | b389233e79cb199e29924d705f2c46a4a0c1abb8 (patch) | |
tree | 6c3af4630ba1c820b9260983a3bd5d251fa250f3 /packaging/RHEL-CTDB | |
parent | 754166a67b3dccc80e5c9b25ad194a2c756f37d3 (diff) | |
download | samba-b389233e79cb199e29924d705f2c46a4a0c1abb8.tar.gz samba-b389233e79cb199e29924d705f2c46a4a0c1abb8.tar.bz2 samba-b389233e79cb199e29924d705f2c46a4a0c1abb8.zip |
packaging: disable cups in the RHEL-CTDB build.
Michael
(cherry picked from commit de76543b45a97e41939b50ba7efdc6e4e66ea737)
(This used to be commit c81d5537420ea305d995eaedb68e65f4864b331c)
Diffstat (limited to 'packaging/RHEL-CTDB')
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec b/packaging/RHEL-CTDB/samba.spec index 6dda1bb770..bae41121d3 100644 --- a/packaging/RHEL-CTDB/samba.spec +++ b/packaging/RHEL-CTDB/samba.spec @@ -160,7 +160,7 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \ --with-privatedir=%{_sysconfdir}/samba \ --with-sambabook=%{_datadir}/swat/using_samba \ --with-swatdir=%{_datadir}/swat \ - --enable-cups \ + --disable-cups \ --with-acl-support \ --with-ads \ --with-automount \ |