Magellan Linux

Diff of /trunk/extras/samba/samba-4.9.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31773 by niro, Fri Dec 7 10:18:58 2018 UTC revision 31796 by niro, Tue Dec 11 13:27:02 2018 UTC
# Line 17  DEPEND=">= virtual/glibc Line 17  DEPEND=">= virtual/glibc
17   >= dev-libs/talloc-2.1   >= dev-libs/talloc-2.1
18   >= dev-libs/tevent-0.9   >= dev-libs/tevent-0.9
19   >= dev-libs/jansson-2.12   >= dev-libs/jansson-2.12
20     >= dev-libs/libbsd-0.9
21   >= sys-apps/acl-2.2   >= sys-apps/acl-2.2
22   >= sys-libs/ncurses-6.1   >= sys-libs/ncurses-6.1
23   >= sys-libs/readline-7.0   >= sys-libs/readline-7.0
# Line 24  DEPEND=">= virtual/glibc Line 25  DEPEND=">= virtual/glibc
25   >= sys-libs/libsystemd-238   >= sys-libs/libsystemd-238
26   >= app-admin/gamin-0.1.10   >= app-admin/gamin-0.1.10
27   >= net-dns/avahi-0.7   >= net-dns/avahi-0.7
28     >= app-arch/libarchive-3.3
29   >= app-crypt/gnutls-3.6   >= app-crypt/gnutls-3.6
30   >= app-crypt/gpgme-1.12   >= app-crypt/gpgme-1.12
31   >= net-nds/libldap-2.4   >= net-nds/libldap-2.4
32     >= net-nds/krb5-1.16
33     >= net-libs/libtirpc-1.1
34     >= net-libs/rpcsvc-proto-1.4
35   >= net-fs/cifs-utils-6.8"   >= net-fs/cifs-utils-6.8"
36    
37  SDEPEND=">= sys-dev/automake-4  SDEPEND=">= sys-dev/automake-4
# Line 35  SDEPEND=">= sys-dev/automake-4 Line 40  SDEPEND=">= sys-dev/automake-4
40   >= dev-lang/perl-5.28.1   >= dev-lang/perl-5.28.1
41   >= dev-lang/python-2.7   >= dev-lang/python-2.7
42   >= dev-python/python2-gpgme-1.12   >= dev-python/python2-gpgme-1.12
43     >= dev-util/cmocka-1.1
44   >= net-nds/openldap-2.4   >= net-nds/openldap-2.4
45   >= app-text/docbook-xsl-stylesheets-1.78"   >= app-text/docbook-xsl-stylesheets-1.78"
46    
# Line 51  SMB_SHARED_MODULES+=",pdb_tdbsam,pdb_lda Line 57  SMB_SHARED_MODULES+=",pdb_tdbsam,pdb_lda
57  # auth modules  # auth modules
58  SMB_SHARED_MODULES+=",auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4"  SMB_SHARED_MODULES+=",auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4"
59    
60  # use external tdb  ## use external tdb
61  SMB_BUNDLED_LIBRARIES="!tdb"  #SMB_BUNDLED_LIBRARIES="!tdb"
62  # use external talloc  ## use external talloc
63  SMB_BUNDLED_LIBRARIES+=",!talloc,!pytalloc-util"  #SMB_BUNDLED_LIBRARIES+=",!talloc,!pytalloc-util"
64  # use internal tevent  ## use internal tevent
65  SMB_BUNDLED_LIBRARIES+=",tevent"  #SMB_BUNDLED_LIBRARIES+=",tevent"
66  # use external popt  ## use external popt
67  SMB_BUNDLED_LIBRARIES+=",!popt"  #SMB_BUNDLED_LIBRARIES+=",!popt"
68  # use external ldb  ## use external ldb
69  SMB_BUNDLED_LIBRARIES+=",!ldb,!pyldb-util"  #SMB_BUNDLED_LIBRARIES+=",!ldb,!pyldb-util"
70    SMB_BUNDLED_LIBRARIES="NONE"
71    
72  CONFD_VER=1.2  CONFD_VER=1.2
73  SMBD_SVC_VER=1.5  SMBD_SVC_VER=1.5
# Line 106  src_compile() Line 113  src_compile()
113   --with-logfilebase=/var/log/samba \   --with-logfilebase=/var/log/samba \
114   --with-privatedir=/var/lib/samba/private \   --with-privatedir=/var/lib/samba/private \
115   --bundled-libraries="${SMB_BUNDLED_LIBRARIES}" \   --bundled-libraries="${SMB_BUNDLED_LIBRARIES}" \
116     --builtin-libraries=NONE \
117   --with-shared-modules="${SMB_SHARED_MODULES}" \   --with-shared-modules="${SMB_SHARED_MODULES}" \
118   --with-syslog \   --with-syslog \
119   --with-acl-support \   --with-acl-support \

Legend:
Removed from v.31773  
changed lines
  Added in v.31796