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

Collapse All | Expand All

(-)a/mozilla/security/coreconf/Linux.mk (-1 / +1 lines)
Lines 137-143 Link Here
137
# -ansi on platforms like Android where the system headers are C99 and do
137
# -ansi on platforms like Android where the system headers are C99 and do
138
# not build with -ansi.
138
# not build with -ansi.
139
STANDARDS_CFLAGS	= -ansi -D_POSIX_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE
139
STANDARDS_CFLAGS	= -ansi -D_POSIX_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE
140
OS_CFLAGS		= $(STANDARDS_CFLAGS) $(DSO_CFLAGS) $(OS_REL_CFLAGS) $(ARCHFLAG) -Wall -Werror-implicit-function-declaration -Wno-switch -pipe -DLINUX -Dlinux -DHAVE_STRERROR
140
OS_CFLAGS		= $(STANDARDS_CFLAGS) $(DSO_CFLAGS) $(OS_REL_CFLAGS) $(ARCHFLAG) $(CFLAGS) -Wall -Werror-implicit-function-declaration -Wno-switch -pipe -DLINUX -Dlinux -DHAVE_STRERROR
141
OS_LIBS			= $(OS_PTHREAD) -ldl -lc
141
OS_LIBS			= $(OS_PTHREAD) -ldl -lc
142
142
143
ifdef USE_PTHREADS
143
ifdef USE_PTHREADS

Return to bug 365975