diff options
author | Gerald Carter <jerry@samba.org> | 2005-02-07 19:39:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:35 -0500 |
commit | 702dff415dec9987bfda2310e171b71d4961e5e9 (patch) | |
tree | e90d175fefceb25feaa5e1eb36898b4a1053d4aa /packaging | |
parent | 5f54cc9bd3fa76e62926de0670f832f7b0e3739d (diff) | |
download | samba-702dff415dec9987bfda2310e171b71d4961e5e9.tar.gz |
r5265: ensure that the Fedora RPMS build with cups support
(This used to be commit c3f760bea97abd80aab27c125042584b4c243c7c)
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/Fedora/samba.spec.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/Fedora/samba.spec.tmpl b/packaging/Fedora/samba.spec.tmpl index f587232a0cd..e381dd0bc3d 100644 --- a/packaging/Fedora/samba.spec.tmpl +++ b/packaging/Fedora/samba.spec.tmpl @@ -32,7 +32,7 @@ Requires: logrotate >= 3.4 initscripts >= 5.54-1 BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall Prereq: fileutils sed /etc/init.d -BuildRequires: pam-devel, readline-devel, ncurses-devel, fileutils, libacl-devel, openldap-devel, krb5-devel +BuildRequires: pam-devel, readline-devel, ncurses-devel, fileutils, libacl-devel, openldap-devel, krb5-devel, cups-devel # Working around perl dependency problem from docs @@ -120,7 +120,8 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure \ --with-sambabook=%{_datadir}/swat/using_samba \ --with-swatdir=%{_datadir}/swat \ --with-libsmbclient \ - --with-acl-support + --with-acl-support \ + --enable-cups=yes make showlayout make proto make %{?_smp_mflags} all nsswitch/libnss_wins.so debug2html |