diff options
Diffstat (limited to 'main/samba')
-rw-r--r-- | main/samba/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/samba/APKBUILD b/main/samba/APKBUILD index d8d61335e4..0bad86ec5e 100644 --- a/main/samba/APKBUILD +++ b/main/samba/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=samba pkgver=4.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="Tools to access a server's filespace and printers via SMB" url="http://www.samba.org" arch="all" @@ -42,7 +42,7 @@ depends="$pkgname-server=$pkgver-r$pkgrel makedepends="popt-dev ncurses-dev openldap-dev e2fsprogs-dev talloc-dev tdb-dev py-tdb ldb-dev cups-dev python2-dev libcap-dev tevent-dev py-tevent iniparser-dev perl subunit-dev docbook-xsl - libarchive-dev acl-dev cmocka-dev" + libarchive-dev acl-dev" source="https://us1.samba.org/samba/ftp/stable/$pkgname-$pkgver.tar.gz uclibc-xattr-create.patch domain.patch @@ -91,7 +91,7 @@ build() { --with-shared-modules=$_idmap_modules,$_pdb_modules,$_auth_modules \ --enable-cups \ --without-gettext \ - --bundled-libraries=NONE,ntdb,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc \ + --bundled-libraries=NONE,ntdb,roken,wind,hx509,asn1,heimbase,hcrypto,krb5,gssapi,heimntlm,hdb,kdc,cmocka \ --disable-rpath-install \ || return 1 make || return 1 |