зеркало из https://github.com/mozilla/gecko-dev.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:
Родитель
9c7e64d404
Коммит
10173b32d5
|
@ -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.*)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче