Skip to content

Commit

Permalink
net-analyzer/bigeye: Set CFLAGS=-fno-common
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=708996
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Feb 10, 2020
1 parent 9fe6c27 commit 5bafe8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net-analyzer/bigeye/bigeye-0.3-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit toolchain-funcs
inherit flag-o-matic toolchain-funcs

DESCRIPTION="network utility dump and simple honeypot utility"
HOMEPAGE="http://violating.us/projects/bigeye/"
Expand All @@ -27,6 +27,7 @@ src_prepare() {
}

src_compile() {
append-cflags -fcommon
$(tc-getCC) ${CFLAGS} ${LDFLAGS} src/bigeye.c src/emulate.c -o src/bigeye || die
}

Expand Down

0 comments on commit 5bafe8c

Please sign in to comment.