Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 505026
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- /usr/portage/net-libs/libnids/libnids-1.24-r3.ebuild        2013-06-29 20:01:26.000000000 +0100
0
++ /usr/portage/net-libs/libnids/libnids-1.24-r3.ebuild        2014-03-18 22:45:52.646670012 +0000
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.24-r3.ebuild,v 1.4 2013/06/29 18:36:23 ago Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.24-r3.ebuild,v 1.4 2013/06/29 18:36:23 ago Exp $
4
EAPI=5
4
EAPI=5
5
inherit eutils toolchain-funcs
5
inherit flag-o-matic eutils toolchain-funcs
6
DESCRIPTION="an implementation of an E-component of Network Intrusion Detection System"
6
DESCRIPTION="an implementation of an E-component of Network Intrusion Detection System"
7
HOMEPAGE="http://libnids.sourceforge.net/"
7
HOMEPAGE="http://libnids.sourceforge.net/"
Lines 27-32 Link Here
27
src_configure() {
27
src_configure() {
28
       tc-export AR
28
       tc-export AR
29
       filter-flags "-O*"
30
       append-cflags "-O1"
29
       local myconf="--enable-shared"
31
       local myconf="--enable-shared"
30
       use glib || myconf="${myconf} --disable-libglib"
32
       use glib || myconf="${myconf} --disable-libglib"
31
       use libnet || myconf="${myconf} --disable-libnet"
33
       use libnet || myconf="${myconf} --disable-libnet"

Return to bug 505026