зеркало из https://github.com/mozilla/pjs.git
Attempting to fix Mac bustage. I'll try to come up with a cleaner fix for this tomorrow.
This commit is contained in:
Родитель
4a7b76d49e
Коммит
34a5c58311
|
@ -55,6 +55,10 @@ ifdef TX_EXE
|
||||||
CPPSRCS += SimpleErrorObserver.cpp
|
CPPSRCS += SimpleErrorObserver.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef BUILD_SHARED_LIBS
|
||||||
|
FORCE_USE_PIC=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
INCLUDES += -I$(srcdir)/../xpath -I$(srcdir)/../xslt -I$(srcdir)/../xml \
|
INCLUDES += -I$(srcdir)/../xpath -I$(srcdir)/../xslt -I$(srcdir)/../xml \
|
||||||
|
|
|
@ -44,6 +44,10 @@ DIRS = dom parser
|
||||||
|
|
||||||
CPPSRCS = XMLUtils.cpp
|
CPPSRCS = XMLUtils.cpp
|
||||||
|
|
||||||
|
ifdef BUILD_SHARED_LIBS
|
||||||
|
FORCE_USE_PIC=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom -I$(srcdir)/../xpath \
|
INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom -I$(srcdir)/../xpath \
|
||||||
|
|
|
@ -48,6 +48,10 @@ endif
|
||||||
|
|
||||||
CPPSRCS = txXMLParser.cpp
|
CPPSRCS = txXMLParser.cpp
|
||||||
|
|
||||||
|
ifdef BUILD_SHARED_LIBS
|
||||||
|
FORCE_USE_PIC=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
DEFINES += -DXML_DTD -DXML_UNICODE
|
DEFINES += -DXML_DTD -DXML_UNICODE
|
||||||
|
|
|
@ -86,6 +86,10 @@ else
|
||||||
CPPSRCS += txStandaloneXPathTreeWalker.cpp
|
CPPSRCS += txStandaloneXPathTreeWalker.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef BUILD_SHARED_LIBS
|
||||||
|
FORCE_USE_PIC=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \
|
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \
|
||||||
|
|
|
@ -87,6 +87,10 @@ CPPSRCS += txMozillaStylesheetCompiler.cpp \
|
||||||
txMozillaXSLTProcessor.cpp
|
txMozillaXSLTProcessor.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef BUILD_SHARED_LIBS
|
||||||
|
FORCE_USE_PIC=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \
|
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \
|
||||||
|
|
|
@ -49,6 +49,10 @@ CPPSRCS = CurrentFunctionCall.cpp \
|
||||||
txFormatNumberFunctionCall.cpp \
|
txFormatNumberFunctionCall.cpp \
|
||||||
txKeyFunctionCall.cpp
|
txKeyFunctionCall.cpp
|
||||||
|
|
||||||
|
ifdef BUILD_SHARED_LIBS
|
||||||
|
FORCE_USE_PIC=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../../xpath \
|
INCLUDES += -I$(srcdir)/../../base -I$(srcdir)/../../xpath \
|
||||||
|
|
|
@ -43,6 +43,10 @@ endif
|
||||||
|
|
||||||
CPPSRCS = txNodeSorter.cpp txXPathResultComparator.cpp
|
CPPSRCS = txNodeSorter.cpp txXPathResultComparator.cpp
|
||||||
|
|
||||||
|
ifdef BUILD_SHARED_LIBS
|
||||||
|
FORCE_USE_PIC=1
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
INCLUDES += -I$(srcdir) -I$(srcdir)/../../base -I$(srcdir)/../../xpath \
|
INCLUDES += -I$(srcdir) -I$(srcdir)/../../base -I$(srcdir)/../../xpath \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче