diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-08-01 19:08:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 19:08:01 +0300 |
commit | c7674fd5484a7680bfb7eae1ca0cfba41456e37d (patch) | |
tree | 586d803f92c850f0e02c860bd9b8543ab03a8ba6 /net | |
parent | f4dc87a05a1d41b659548b26aa712fea4f092d0b (diff) | |
parent | efdd707dc7ea960e68f67460cc0d2b3f36c77391 (diff) |
Merge pull request #6639 from Andy2244/samba4-libgcrypt-libpam-fix
samba4: add optional lib dependencies (libgcrypt, libpam)
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 071e1c519..42359e726 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=4.8.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Andy Walsh <andy.walsh44+github@gmail.com> PKG_LICENSE:=GPL-3.0-only @@ -49,7 +49,8 @@ define Package/samba4-libs $(call Package/samba4/Default) TITLE+= libs DEPENDS:= +zlib +libtirpc +krb5-libs +libpopt \ - +PACKAGE_libcap:libcap +PACKAGE_jansson:jansson +PACKAGE_libpthread:libpthread +PACKAGE_libnettle:libnettle +PACKAGE_libarchive:libarchive \ + +PACKAGE_libcap:libcap +PACKAGE_jansson:jansson +PACKAGE_libpthread:libpthread +PACKAGE_libnettle:libnettle \ + +PACKAGE_libarchive:libarchive +PACKAGE_libgcrypt:libgcrypt +PACKAGE_libpam:libpam \ +SAMBA4_SERVER_ACL:acl +SAMBA4_SERVER_ACL:attr \ +SAMBA4_SERVER_AVAHI:libavahi-client \ +SAMBA4_SERVER_AD_DC:python-base +SAMBA4_SERVER_AD_DC:libopenssl +SAMBA4_SERVER_AD_DC:libgnutls +SAMBA4_SERVER_AD_DC:libopenldap |