samba: enable cups support.
This commit is contained in:
parent
a6c370c108
commit
93574ceb76
2 changed files with 4 additions and 1 deletions
|
@ -19,3 +19,4 @@ libattr.so.1
|
|||
libavahi-client.so.3
|
||||
libavahi-common.so.3
|
||||
librt.so.1
|
||||
libcups.so.2
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'samba'
|
||||
pkgname=samba
|
||||
version=3.6.5
|
||||
revision=1
|
||||
build_wrksrc=source3
|
||||
homepage="http://www.samba.org"
|
||||
distfiles="http://us1.samba.org/samba/ftp/stable/$pkgname-$version.tar.gz"
|
||||
|
@ -10,7 +11,7 @@ configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
|||
--with-cachedir=/var/samba --with-nmbdsocketdir=/run/samba/socket
|
||||
--with-statedir=/var/samba --with-piddir=/run/samba --with-dnsupdate
|
||||
--with-pammodulesdir=/lib/security --with-automount --disable-swat
|
||||
--with-syslog --enable-external-libtalloc --with-quotas --disable-cups
|
||||
--with-syslog --enable-external-libtalloc --with-quotas --enable-cups
|
||||
--enable-external-libtdb --disable-fam --with-ads --with-acl-support
|
||||
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2"
|
||||
short_desc="SMB/CIFS file, print, and login server for Unix"
|
||||
|
@ -51,6 +52,7 @@ Add_dependency build acl-devel
|
|||
Add_dependency build avahi-libs-devel
|
||||
Add_dependency build tdb-devel
|
||||
Add_dependency build talloc-devel
|
||||
Add_dependency build cups-devel
|
||||
|
||||
post_install() {
|
||||
# conf file
|
||||
|
|
Loading…
Reference in a new issue