use FORCE_USE_PIC for breakpad on linux. b=385561, r=luser

This commit is contained in:
dcamp@mozilla.com 2007-06-23 21:27:33 -07:00
parent d438c10cb2
commit 807c4c067c
6 changed files with 6 additions and 0 deletions

View File

@ -53,5 +53,6 @@ CPPSRCS = \
# need static lib
FORCE_STATIC_LIB = 1
FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk

View File

@ -55,5 +55,6 @@ CPPSRCS = \
# need static lib
FORCE_STATIC_LIB = 1
FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk

View File

@ -61,5 +61,6 @@ HOST_CSRCS = $(CSRCS)
# need static lib
FORCE_STATIC_LIB = 1
FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk

View File

@ -71,5 +71,6 @@ HOST_CSRCS = $(CSRCS)
# need static lib
FORCE_STATIC_LIB = 1
FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk

View File

@ -59,5 +59,6 @@ HOST_LIBS += \
# force C++ linking
CPP_PROG_LINK = 1
FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk

View File

@ -88,6 +88,7 @@ LOCAL_INCLUDES += -I$(srcdir)
OS_CXXFLAGS += $(MOZ_GTK2_CFLAGS) $(MOZ_LIBCURL_CFLAGS)
OS_LIBS += $(MOZ_GTK2_LIBS) $(MOZ_LIBCURL_LIBS)
CPPSRCS += http_upload.cc
FORCE_USE_PIC=1
endif
include $(topsrcdir)/config/rules.mk