aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>2023-01-23 18:47:34 -0500
committerPhilippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>2023-01-23 18:49:32 -0500
commitf743509f25ab724e24cd8c83ad49109a52fc98ac (patch)
tree0f6a4e12ce3e95359b4ee15dbbc0e04d0865df44 /net-mail
parentdev-python/kurbopy: add QA_FLAGS_IGNORED (diff)
downloadguru-f743509f25ab724e24cd8c83ad49109a52fc98ac.tar.gz
guru-f743509f25ab724e24cd8c83ad49109a52fc98ac.tar.bz2
guru-f743509f25ab724e24cd8c83ad49109a52fc98ac.zip
net-mail/dovecot-fts-xapian: Disable hardening by default
Bug: https://bugs.gentoo.org/888751 Signed-off-by: Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild3
-rw-r--r--net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild
index b070351522..9e8a229271 100644
--- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild
+++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-1.5.5.ebuild
@@ -34,7 +34,10 @@ src_prepare() {
}
src_configure() {
+ # Disable hardening so CFLAGS are left up to the Gentoo user
+ # https://bugs.gentoo.org/888751
econf \
+ --enable-hardening=no \
--with-dovecot="${EPREFIX}/usr/$(get_libdir)/dovecot" \
$( use_enable static-libs static )
}
diff --git a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild
index 1267136e38..ef339e39b2 100644
--- a/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild
+++ b/net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild
@@ -46,7 +46,10 @@ src_prepare() {
}
src_configure() {
+ # Disable hardening so CFLAGS are left up to the Gentoo user
+ # https://bugs.gentoo.org/888751
econf \
+ --enable-hardening=no \
--with-dovecot="${EPREFIX}/usr/$(get_libdir)/dovecot" \
$( use_enable static-libs static )
}