3d95990410
- Fixes MFSA 2012-12->19 - see http://www.mozilla.org/en-US/firefox/11.0/releasenotes/ - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches
14 lines
674 B
Plaintext
14 lines
674 B
Plaintext
$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.9 2012/03/16 21:31:24 landry Exp $
|
|
install headers/idl/sdk libs only if xulrunner
|
|
--- toolkit/mozapps/installer/packager.mk.orig Thu Feb 2 00:39:29 2012
|
|
+++ toolkit/mozapps/installer/packager.mk Tue Feb 14 18:42:23 2012
|
|
@@ -835,7 +835,7 @@ endif
|
|
$(NSINSTALL) -D $(DESTDIR)$(bindir)
|
|
$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
|
|
ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
|
|
-ifdef INSTALL_SDK # Here comes the hard part
|
|
+ifeq ($(MOZ_APP_NAME),xulrunner)
|
|
$(NSINSTALL) -D $(DESTDIR)$(includedir)
|
|
(cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \
|
|
(cd $(DESTDIR)$(includedir) && tar -xf -)
|