зеркало из https://github.com/mozilla/pjs.git
Make installer not hang at Install.execute() in jre.xpi by forcing
libpthread to link before libc. This fix alleviates the problem caused by the explicit linking of libc created by revision 1.697 to mozilla/configure. b = 73802 r = dbragg@netscape.com sr = cls@seawood.org
This commit is contained in:
Родитель
a82b0338ad
Коммит
58fcfa35f8
|
@ -55,6 +55,7 @@ LIBS = \
|
|||
`$(GTK_CONFIG) --libs` \
|
||||
-ljar$(VERSION_NUMBER)_s \
|
||||
-lxpnet_s \
|
||||
-lpthread \
|
||||
$(NULL)
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../../../stub
|
||||
|
|
Загрузка…
Ссылка в новой задаче