зеркало из https://github.com/mozilla/pjs.git
Back out building xpidl with -static, because it breaks on some platforms. What's the XP way to do it?
This commit is contained in:
Родитель
c1b3ca8999
Коммит
09676c676b
|
@ -38,10 +38,6 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
CFLAGS += $(LIBIDL_CFLAGS)
|
||||
|
||||
# Build statically, so xpidl is available during the build
|
||||
# without setting the shared library path.
|
||||
LDFLAGS += -static
|
||||
|
||||
# Tell the $(PROGRAM) target that we need to be recompiled when libxpt changes.
|
||||
EXTRA_DEPS = $(wildcard $(DIST)/lib/libxpt.*)
|
||||
|
||||
|
|
|
@ -38,10 +38,6 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
CFLAGS += $(LIBIDL_CFLAGS)
|
||||
|
||||
# Build statically, so xpidl is available during the build
|
||||
# without setting the shared library path.
|
||||
LDFLAGS += -static
|
||||
|
||||
# Tell the $(PROGRAM) target that we need to be recompiled when libxpt changes.
|
||||
EXTRA_DEPS = $(wildcard $(DIST)/lib/libxpt.*)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче