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 31806 by niro, Wed Dec 12 09:26:41 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     >= dev-libs/iniparser-4.1
22   >= sys-apps/acl-2.2   >= sys-apps/acl-2.2
23   >= sys-libs/ncurses-6.1   >= sys-libs/ncurses-6.1
24   >= sys-libs/readline-7.0   >= sys-libs/readline-7.0
# Line 24  DEPEND=">= virtual/glibc Line 26  DEPEND=">= virtual/glibc
26   >= sys-libs/libsystemd-238   >= sys-libs/libsystemd-238
27   >= app-admin/gamin-0.1.10   >= app-admin/gamin-0.1.10
28   >= net-dns/avahi-0.7   >= net-dns/avahi-0.7
29     >= app-arch/libarchive-3.3
30   >= app-crypt/gnutls-3.6   >= app-crypt/gnutls-3.6
31   >= app-crypt/gpgme-1.12   >= app-crypt/gpgme-1.12
32   >= net-nds/libldap-2.4   >= net-nds/libldap-2.4
33     >= net-nds/krb5-1.16
34     >= net-libs/libtirpc-1.1
35     >= net-libs/rpcsvc-proto-1.4
36     >= net-libs/libnsl-1.2
37   >= net-fs/cifs-utils-6.8"   >= net-fs/cifs-utils-6.8"
38    
39  SDEPEND=">= sys-dev/automake-4  SDEPEND=">= sys-dev/automake-4
# Line 35  SDEPEND=">= sys-dev/automake-4 Line 42  SDEPEND=">= sys-dev/automake-4
42   >= dev-lang/perl-5.28.1   >= dev-lang/perl-5.28.1
43   >= dev-lang/python-2.7   >= dev-lang/python-2.7
44   >= dev-python/python2-gpgme-1.12   >= dev-python/python2-gpgme-1.12
45     >= dev-util/cmocka-1.1
46   >= net-nds/openldap-2.4   >= net-nds/openldap-2.4
47   >= app-text/docbook-xsl-stylesheets-1.78"   >= app-text/docbook-xsl-stylesheets-1.78"
48    
# Line 51  SMB_SHARED_MODULES+=",pdb_tdbsam,pdb_lda Line 59  SMB_SHARED_MODULES+=",pdb_tdbsam,pdb_lda
59  # auth modules  # auth modules
60  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"
61    
62  # use external tdb  ## use external tdb
63  SMB_BUNDLED_LIBRARIES="!tdb"  #SMB_BUNDLED_LIBRARIES="!tdb"
64  # use external talloc  ## use external talloc
65  SMB_BUNDLED_LIBRARIES+=",!talloc,!pytalloc-util"  #SMB_BUNDLED_LIBRARIES+=",!talloc,!pytalloc-util"
66  # use internal tevent  ## use internal tevent
67  SMB_BUNDLED_LIBRARIES+=",tevent"  #SMB_BUNDLED_LIBRARIES+=",tevent"
68  # use external popt  ## use external popt
69  SMB_BUNDLED_LIBRARIES+=",!popt"  #SMB_BUNDLED_LIBRARIES+=",!popt"
70  # use external ldb  ## use external ldb
71  SMB_BUNDLED_LIBRARIES+=",!ldb,!pyldb-util"  #SMB_BUNDLED_LIBRARIES+=",!ldb,!pyldb-util"
72    SMB_BUNDLED_LIBRARIES="NONE"
73    
74  CONFD_VER=1.2  CONFD_VER=1.2
75  SMBD_SVC_VER=1.5  SMBD_SVC_VER=1.5
# Line 94  src_prepare() Line 103  src_prepare()
103    
104  src_compile()  src_compile()
105  {  {
106     # gpgme check broken atm - fixme
107   mconfigure \   mconfigure \
108   --enable-fhs \   --enable-fhs \
109   --libexecdir=/usr/'$(mlibdir)'/samba \   --libexecdir=/usr/'$(mlibdir)'/samba \
# Line 106  src_compile() Line 116  src_compile()
116   --with-logfilebase=/var/log/samba \   --with-logfilebase=/var/log/samba \
117   --with-privatedir=/var/lib/samba/private \   --with-privatedir=/var/lib/samba/private \
118   --bundled-libraries="${SMB_BUNDLED_LIBRARIES}" \   --bundled-libraries="${SMB_BUNDLED_LIBRARIES}" \
119     --builtin-libraries=NONE \
120   --with-shared-modules="${SMB_SHARED_MODULES}" \   --with-shared-modules="${SMB_SHARED_MODULES}" \
121   --with-syslog \   --with-syslog \
122   --with-acl-support \   --with-acl-support \
123   --enable-cups \   --enable-cups \
124   --with-ads \   --with-ads \
125     --with-system-mitkrb5 \
126     --with-experimental-mit-ad-dc \
127   --with-ldap \   --with-ldap \
128   --with-winbind \   --with-winbind \
129   --with-pam \   --with-pam \
130   --with-quotas \   --with-quotas \
131   --with-systemd \   --with-systemd \
132   --enable-gnutls \   --enable-gnutls \
133   --with-gpgme \   --without-gpgme \
134   --enable-avahi \   --enable-avahi \
135   --disable-rpath \   --disable-rpath \
136   --disable-rpath-install \   --disable-rpath-install \

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