Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404190 Details for
Bug 490872
net-fs/samba-4.x: app-crypt/heimdal and app-crypt/mit-krb5 blocking by other package like openssl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
samba-4.1.17.ebuild.patch (IUSE+=system-heimdal)
file_490872.txt (text/plain), 1.96 KB, created by
Alex Xu (Hello71)
on 2015-05-28 16:50:34 UTC
(
hide
)
Description:
samba-4.1.17.ebuild.patch (IUSE+=system-heimdal)
Filename:
MIME Type:
Creator:
Alex Xu (Hello71)
Created:
2015-05-28 16:50:34 UTC
Size:
1.96 KB
patch
obsolete
>--- samba-4.1.17.ebuild 2015-05-26 20:06:38.164636594 -0400 >+++ samba-4.1.17-r1.ebuild 2015-05-26 20:54:13.077598174 -0400 >@@ -21,12 +21,11 @@ > SLOT="0" > > IUSE="acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint >-ldap quota selinux syslog systemd test winbind" >+ldap quota selinux syslog +system-heimdal systemd test winbind" > > # sys-apps/attr is an automagic dependency (see bug #489748) > # sys-libs/pam is an automagic dependency (see bug #489770) > CDEPEND="${PYTHON_DEPS} >- >=app-crypt/heimdal-1.5[-ssl] > dev-libs/iniparser > dev-libs/popt > sys-libs/readline:= >@@ -51,6 +50,7 @@ > gnutls? ( dev-libs/libgcrypt:0 > >=net-libs/gnutls-1.4.0 ) > ldap? ( net-nds/openldap ) >+ system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl] ) > systemd? ( sys-apps/systemd:0= )" > DEPEND="${CDEPEND} > virtual/pkgconfig" >@@ -108,11 +108,12 @@ > --disable-rpath-install \ > --nopyc \ > --nopyo \ >- --bundled-libraries=NONE \ >+ --bundled-libraries=$(usex system-heimdal "NONE" "heimdal,!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util,!zlib") \ > --builtin-libraries=NONE \ > $(use_with addns dnsupdate) \ > $(use_with acl acl-support) \ > $(use_with ads) \ >+ $(usex ads "--with-shared-modules=idmap_ad" "") \ > $(use_with aio aio-support) \ > $(use_enable avahi) \ > $(use_with cluster cluster-support) \ >@@ -127,9 +128,7 @@ > $(use_with quota quotas) \ > $(use_with syslog) \ > $(use_with systemd) \ >- $(use_with winbind) >- " >- use "ads" && myconf+=" --with-shared-modules=idmap_ad" >+ $(use_with winbind)" > > CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \ > waf-utils_src_configure ${myconf}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 490872
:
362916
|
362918
|
364642
|
364822
|
400930
| 404190 |
459414