Home | History | Annotate | Download | only in patches
      1 --- firefox.orig/build/unix/mozilla-config.in	Thu Apr 22 16:17:59 2004
      2 +++ firefix/build/unix/mozilla-config.in	Fri Oct 14 13:32:03 2005
      3 @@ -115,7 +115,7 @@
      4  fi
      5  
      6  _nspr_libs="%FULL_NSPR_LIBS%"
      7 -_xpcom_libs="-lxpcom $_nspr_libs"
      8 +_xpcom_libs="-lxpcom -lxpcom_core $_nspr_libs"
      9  _js_libs="-ljs"
     10  
     11  if test "$echo_libs" = "yes"; then
     12 --- firefox.orig/build/unix/mozilla-xpcom.pc.in	Tue Jul  5 19:21:52 2005
     13 +++ firefox/build/unix/mozilla-xpcom.pc.in	Fri Oct 14 13:55:58 2005
     14 @@ -8,5 +8,5 @@
     15  Description: The Mozilla Cross Platform Component Library
     16  Version: %MOZILLA_VERSION%
     17  Requires: %NSPR_NAME% >= %NSPR_VERSION%
     18 -Libs: -L${libdir} -lxpcom
     19 +Libs: -L${libdir} -lxpcom -lxpcom_core
     20  Cflags: -I${includedir} -I${includedir}/xpcom -I${includedir}/string
     21