aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/files/patch-js-src-Makefile.in
blob: fd51943d652b3c09f68b3e2115e178d79d64aeab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- js/src/Makefile.in~
+++ js/src/Makefile.in
@@ -373,7 +373,7 @@ endif
 ifdef MOZ_SHARED_ICU
 EXTRA_DSO_LDOPTS += $(MOZ_ICU_LIBS)
 else
-SHARED_LIBRARY_LIBS += $(MOZ_ICU_LIBS)
+SHARED_LIBRARY_LIBS += $(filter-out -L% -l%,$(MOZ_ICU_LIBS))
 endif
 
 # Prevent floating point errors caused by VC++ optimizations