diff -r 0887a88b1e85 -r 67f876aafae8 mozilla-pkgconfig.patch --- a/mozilla-pkgconfig.patch Wed Feb 08 08:31:42 2012 +0100 +++ b/mozilla-pkgconfig.patch Wed Feb 08 08:34:20 2012 +0100 @@ -4,17 +4,17 @@ diff --git a/xulrunner/installer/Makefile.in b/xulrunner/installer/Makefile.in --- a/xulrunner/installer/Makefile.in +++ b/xulrunner/installer/Makefile.in -@@ -66,16 +66,19 @@ include $(topsrcdir)/config/rules.mk - - INSTALL_SDK = 1 +@@ -68,16 +68,19 @@ INSTALL_SDK = 1 + ifndef MOZ_PLATFORM_MAEMO GENERATE_CACHE = 1 + endif include $(topsrcdir)/toolkit/mozapps/installer/packager.mk # Add pkg-config files to the install:: target +# the apilibdir always ends with 1.9 as every patch update will provide a link -+apilibdir = $(dir $(installdir))xulrunner-10 ++apilibdir = $(dir $(installdir))xulrunner-11 + pkg_config_files = \ libxul.pc \ @@ -24,7 +24,7 @@ $(NULL) ifdef MOZ_NATIVE_NSPR -@@ -103,16 +106,17 @@ pkg_config_files += mozilla-nss.pc +@@ -105,16 +108,17 @@ pkg_config_files += mozilla-nss.pc endif %.pc: $(srcdir)/%.pc.in $(GLOBAL_DEPS)