зеркало из https://github.com/mozilla/pjs.git
Bustage fix - remove earlier workarounds
This commit is contained in:
Родитель
08fdd5efbe
Коммит
fbecbbc5c5
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче