From: Slawomir Lis Date: Wed, 28 Dec 2016 13:25:09 +0000 (+0100) Subject: net-analyzer/suricata: postinst log message fix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d6a9c58d4a29fb0fdb4e78e976a34cb0bd18f08d;p=gentoo.git net-analyzer/suricata: postinst log message fix Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/net-analyzer/suricata/suricata-3.2-r1.ebuild b/net-analyzer/suricata/suricata-3.2-r1.ebuild index ee724a581968..0d4739e63092 100644 --- a/net-analyzer/suricata/suricata-3.2-r1.ebuild +++ b/net-analyzer/suricata/suricata-3.2-r1.ebuild @@ -156,5 +156,7 @@ pkg_postinst() { if use debug; then elog "You enabled the debug USE flag. Please read this link to report bugs upstream:" elog "https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Reporting_Bugs" + elog "You need to also ensure the FEATURES variable in make.conf contains the" + elog "'nostrip' option to produce useful core dumps or back traces." fi }