diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-11 10:29:05 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-11 10:29:16 +0100 |
commit | b7795325601bddde2e80f039d271c515d8f69561 (patch) | |
tree | 0e7cb6c2d5e06692d6ae4129ae772b9f170f0043 /net-fs/samba | |
parent | net-fs/samba: Bump to version 4.11.7 (diff) | |
download | gentoo-b7795325601bddde2e80f039d271c515d8f69561.tar.gz gentoo-b7795325601bddde2e80f039d271c515d8f69561.tar.bz2 gentoo-b7795325601bddde2e80f039d271c515d8f69561.zip |
net-fs/samba: ebuild adjustments
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/samba-4.12.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-fs/samba/samba-4.12.0.ebuild b/net-fs/samba/samba-4.12.0.ebuild index 2b2ba161404a..7facbdd68cd8 100644 --- a/net-fs/samba/samba-4.12.0.ebuild +++ b/net-fs/samba/samba-4.12.0.ebuild @@ -38,7 +38,6 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/samba-4.0/ctdb_version.h ) -# sys-apps/attr is an automagic dependency (see bug #489748) CDEPEND=" >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] dev-lang/perl:= @@ -164,8 +163,8 @@ src_prepare() { sed -i -e '/"iso8601":/d' "${S}"/third_party/wscript || die fi - # ugly hackaround for bug #592502 - cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die + ## ugly hackaround for bug #592502 + #cp /usr/include/tevent_internal.h "${S}"/lib/tevent/ || die sed -e 's:<gpgme\.h>:<gpgme/gpgme.h>:' \ -i source4/dsdb/samdb/ldb_modules/password_hash.c \ |