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

(-)nsock/src/Makefile.in (-1 / +1 lines)
Lines 14-20 CCOPT = Link Here
14
DEFS = @DEFS@ -DNSOCK_VERSION=\"$(NSOCK_VERSION)\"
14
DEFS = @DEFS@ -DNSOCK_VERSION=\"$(NSOCK_VERSION)\"
15
# With GCC, add extra security checks to source code.
15
# With GCC, add extra security checks to source code.
16
DEFS += -D_FORTIFY_SOURCE=2
16
DEFS += -D_FORTIFY_SOURCE=2
17
INCLS = -I../include -I../../libpcap
17
INCLS = -I../include
18
CFLAGS = @CFLAGS@ $(CCOPT)
18
CFLAGS = @CFLAGS@ $(CCOPT)
19
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
19
# CFLAGS = -g -Wall $(DEFS) $(INCLS)
20
CPPFLAGS = @CPPFLAGS@ $(DEFS) $(INCLS)
20
CPPFLAGS = @CPPFLAGS@ $(DEFS) $(INCLS)

Return to bug 403243