diff options
author | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2023-01-23 18:47:34 -0500 |
---|---|---|
committer | Philippe Chaintreuil <gentoo_bugs_peep@parallaxshift.com> | 2023-01-23 18:49:32 -0500 |
commit | f743509f25ab724e24cd8c83ad49109a52fc98ac (patch) | |
tree | 0f6a4e12ce3e95359b4ee15dbbc0e04d0865df44 /net-mail | |
parent | dev-python/kurbopy: add QA_FLAGS_IGNORED (diff) | |
download | guru-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.ebuild | 3 | ||||
-rw-r--r-- | net-mail/dovecot-fts-xapian/dovecot-fts-xapian-9999.ebuild | 3 |
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 b07035152..9e8a22927 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 1267136e3..ef339e39b 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 ) } |