net-analyzer/suricata: postinst log message fix
authorSlawomir Lis <slis@gentoo.org>
Wed, 28 Dec 2016 13:25:09 +0000 (14:25 +0100)
committerSlawomir Lis <slis@gentoo.org>
Wed, 28 Dec 2016 13:25:36 +0000 (14:25 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-analyzer/suricata/suricata-3.2-r1.ebuild

index ee724a581968c7c5b7d771a2ca0e9c8c1184425c..0d4739e6309294db066d309296187dcec3181725 100644 (file)
@@ -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
 }