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 31805 by niro, Tue Dec 11 13:27:02 2018 UTC revision 31806 by niro, Wed Dec 12 09:26:41 2018 UTC
# Line 18  DEPEND=">= virtual/glibc Line 18  DEPEND=">= virtual/glibc
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   >= 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 32  DEPEND=">= virtual/glibc Line 33  DEPEND=">= virtual/glibc
33   >= net-nds/krb5-1.16   >= net-nds/krb5-1.16
34   >= net-libs/libtirpc-1.1   >= net-libs/libtirpc-1.1
35   >= net-libs/rpcsvc-proto-1.4   >= 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 101  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 119  src_compile() Line 122  src_compile()
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.31805  
changed lines
  Added in v.31806