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

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- Makefile
0
++ Makefile
Lines 9-21 Link Here
9
# CCPCRE=-I/usr/local/include -DUSEPCRE
9
# CCPCRE=-I/usr/local/include -DUSEPCRE
10
# LDPCRE=-L/usr/local/lib -lpcre
10
# LDPCRE=-L/usr/local/lib -lpcre
11
11
12
CXX=g++
12
CXX ?= g++
13
CXXFLAGS=-Wall -O3 -g -pthread  # can override
13
CXXFLAGS += -pthread
14
RE2_CXXFLAGS=-Wno-sign-compare -c -I. $(CCPCRE)  # required
14
RE2_CXXFLAGS=-Wno-sign-compare -c -I. $(CCPCRE)  # required
15
LDFLAGS=-pthread
15
LDFLAGS += -pthread
16
AR=ar
16
AR ?= ar
17
ARFLAGS=rsc
17
ARFLAGS=rsc
18
NM=nm
18
NM ?= nm
19
NMFLAGS=-p
19
NMFLAGS=-p
20
20
21
# Variables mandated by GNU, the arbiter of all good taste on the internet.
21
# Variables mandated by GNU, the arbiter of all good taste on the internet.

Return to bug 310605