зеркало из https://github.com/mozilla/gecko-dev.git
temporary fix for dependency problem on UNIX
need to talk to the mail-news team to resolve it the right way
This commit is contained in:
Родитель
24b6f32de4
Коммит
498e57f820
|
@ -22,7 +22,22 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public base db local news compose mime ui
|
||||
# Question: Why do we build base/util and then build base again?
|
||||
# Answer:
|
||||
# db needs libmsgbaseutil (base/util)
|
||||
# base needs db (libmailnewsmsgdb) and news (libnntp)..?
|
||||
# so db needs base and base needs db.
|
||||
#
|
||||
# Temporary solution: build base/util, then db, then news, then
|
||||
# finish building base
|
||||
#
|
||||
# Real solution:
|
||||
# move base/util out of base
|
||||
#
|
||||
# Question: how come this works on windows?
|
||||
# From makefile.win:
|
||||
# DIRS = public base db local news compose mime ui
|
||||
DIRS = public base/util db news base local compose mime ui
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче