From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-853843-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8C6EB1384B4 for <garchives@archives.gentoo.org>; Mon, 28 Dec 2015 05:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 093ADE0712; Mon, 28 Dec 2015 05:49:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A548AE0712 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Dec 2015 05:49:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FDEC33BF0B for <gentoo-commits@lists.gentoo.org>; Mon, 28 Dec 2015 05:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8768C173 for <gentoo-commits@lists.gentoo.org>; Mon, 28 Dec 2015 05:49:35 +0000 (UTC) From: "Slawek Lis" <slis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" <slis@gentoo.org> Message-ID: <1451281944.f0be13e9ed39aba8138a9d7842745d08f837415f.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/suricata-2.0.10.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: f0be13e9ed39aba8138a9d7842745d08f837415f X-VCS-Branch: master Date: Mon, 28 Dec 2015 05:49:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d391aade-01c4-472e-9bb1-c8ba3a0afbeb X-Archives-Hash: 0ccc8e0863b2426872f86d9131b3a91b commit: f0be13e9ed39aba8138a9d7842745d08f837415f Author: Slawomir Lis <slis <AT> gentoo <DOT> org> AuthorDate: Mon Dec 28 05:52:24 2015 +0000 Commit: Slawek Lis <slis <AT> gentoo <DOT> org> CommitDate: Mon Dec 28 05:52:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0be13e9 Fixed #569636 Package-Manager: portage-2.2.26 net-analyzer/suricata/suricata-2.0.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/suricata/suricata-2.0.10.ebuild b/net-analyzer/suricata/suricata-2.0.10.ebuild index 40b2740..3c69998 100644 --- a/net-analyzer/suricata/suricata-2.0.10.ebuild +++ b/net-analyzer/suricata/suricata-2.0.10.ebuild @@ -96,7 +96,8 @@ src_configure() { myeconfargs+=( $(use_enable luajit) ) fi - LIBS+="-lrt -lnuma" +# this should be used when pf_ring use flag support will be added +# LIBS+="-lrt -lnuma" econf LIBS="${LIBS}" ${myeconfargs[@]} }