0415da8807
- Remove LIBS= from Makefile to fix "open with application" function. [2] [5] - Fix component registration for some users. [1] [2] [3] - Bump PORTREVISION [4] Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=351181 [1] Submitted by: marcus [2] aspar Chilingarov <nm@web.am> [3] ahze [4] (I had to submit something) Reported by: philip and many others [5]
10 lines
271 B
Text
10 lines
271 B
Text
--- storage/build/Makefile.in.orig Tue Feb 21 11:18:56 2006
|
|
+++ storage/build/Makefile.in Sun Nov 5 16:16:06 2006
|
|
@@ -77,6 +77,7 @@
|
|
$(EXTRA_DSO_LIBS) \
|
|
$(MOZ_COMPONENT_LIBS) \
|
|
$(MOZ_JS_LIBS) \
|
|
+ %%PTHREAD_LIBS%% \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|