Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 327619 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- mozilla/security/coreconf/Linux.mk
0
++ mozilla/security/coreconf/Linux.mk
Lines 174-180 Link Here
174
ARCH			= linux
174
ARCH			= linux
175
175
176
DSO_CFLAGS		= -fPIC
176
DSO_CFLAGS		= -fPIC
177
DSO_LDOPTS		= -shared $(ARCHFLAG) -Wl,-z,defs
177
DSO_LDOPTS		= $(LDFLAGS) -shared $(ARCHFLAG) -Wl,-z,defs
178
DSO_LDFLAGS		=
178
DSO_LDFLAGS		=
179
LDFLAGS			+= $(ARCHFLAG)
179
LDFLAGS			+= $(ARCHFLAG)
180
180

Return to bug 327619