зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix - remove earlier workarounds
This commit is contained in:
Родитель
00c9936e63
Коммит
40ccfbd8c9
|
@ -145,10 +145,6 @@ EXTRA_DSO_LDOPTS += \
|
|||
$(MOZ_JS_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/../source/xslt -I$(srcdir)/../source/base \
|
||||
|
|
|
@ -55,10 +55,6 @@ ifdef TX_EXE
|
|||
CPPSRCS += SimpleErrorObserver.cpp
|
||||
endif
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/../xpath -I$(srcdir)/../xslt -I$(srcdir)/../xml \
|
||||
|
|
|
@ -44,10 +44,6 @@ DIRS = dom parser
|
|||
|
||||
CPPSRCS = XMLUtils.cpp
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom -I$(srcdir)/../xpath \
|
||||
|
|
|
@ -48,10 +48,6 @@ endif
|
|||
|
||||
CPPSRCS = txXMLParser.cpp
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DXML_DTD -DXML_UNICODE
|
||||
|
|
|
@ -86,10 +86,6 @@ else
|
|||
CPPSRCS += txStandaloneXPathTreeWalker.cpp
|
||||
endif
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \
|
||||
|
|
|
@ -87,10 +87,6 @@ CPPSRCS += txMozillaStylesheetCompiler.cpp \
|
|||
txMozillaXSLTProcessor.cpp
|
||||
endif
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \
|
||||
|
|
|
@ -49,10 +49,6 @@ CPPSRCS = CurrentFunctionCall.cpp \
|
|||
txFormatNumberFunctionCall.cpp \
|
||||
txKeyFunctionCall.cpp
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../../xpath \
|
||||
|
|
|
@ -43,10 +43,6 @@ endif
|
|||
|
||||
CPPSRCS = txNodeSorter.cpp txXPathResultComparator.cpp
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir) -I$(srcdir)/../../base -I$(srcdir)/../../xpath \
|
||||
|
|
Загрузка…
Ссылка в новой задаче