From 3a5febfa9dbf1129070c670c8ca9fa794a1f08dc Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 13 Apr 2004 16:24:04 +0000 Subject: Fix the link order of the GSSAPI extension so it uses our libasn1.so before Mozilla's. This fixes some unresolved symbols problems during post-build. PR: 65472 --- .../files/patch-extensions_negotiateauth_Makefile.in | 12 ++++++++++++ .../files/patch-extensions_negotiateauth_Makefile.in | 12 ++++++++++++ .../files/patch-extensions_negotiateauth_Makefile.in | 12 ++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 www/mozilla-devel/files/patch-extensions_negotiateauth_Makefile.in create mode 100644 www/seamonkey/files/patch-extensions_negotiateauth_Makefile.in create mode 100644 www/seamonkey2/files/patch-extensions_negotiateauth_Makefile.in (limited to 'www') diff --git a/www/mozilla-devel/files/patch-extensions_negotiateauth_Makefile.in b/www/mozilla-devel/files/patch-extensions_negotiateauth_Makefile.in new file mode 100644 index 000000000000..ca1f969ce5fe --- /dev/null +++ b/www/mozilla-devel/files/patch-extensions_negotiateauth_Makefile.in @@ -0,0 +1,12 @@ +--- extensions/negotiateauth/Makefile.in.orig Tue Apr 13 12:19:44 2004 ++++ extensions/negotiateauth/Makefile.in Tue Apr 13 12:19:53 2004 +@@ -68,8 +68,8 @@ + $(NULL) + + EXTRA_DSO_LDOPTS = \ +- $(MOZ_COMPONENT_LIBS) \ + $(GSSAPI_LIBS) \ ++ $(MOZ_COMPONENT_LIBS) \ + $(NULL) + + # make sure this component is never statically linked into the main diff --git a/www/seamonkey/files/patch-extensions_negotiateauth_Makefile.in b/www/seamonkey/files/patch-extensions_negotiateauth_Makefile.in new file mode 100644 index 000000000000..ca1f969ce5fe --- /dev/null +++ b/www/seamonkey/files/patch-extensions_negotiateauth_Makefile.in @@ -0,0 +1,12 @@ +--- extensions/negotiateauth/Makefile.in.orig Tue Apr 13 12:19:44 2004 ++++ extensions/negotiateauth/Makefile.in Tue Apr 13 12:19:53 2004 +@@ -68,8 +68,8 @@ + $(NULL) + + EXTRA_DSO_LDOPTS = \ +- $(MOZ_COMPONENT_LIBS) \ + $(GSSAPI_LIBS) \ ++ $(MOZ_COMPONENT_LIBS) \ + $(NULL) + + # make sure this component is never statically linked into the main diff --git a/www/seamonkey2/files/patch-extensions_negotiateauth_Makefile.in b/www/seamonkey2/files/patch-extensions_negotiateauth_Makefile.in new file mode 100644 index 000000000000..ca1f969ce5fe --- /dev/null +++ b/www/seamonkey2/files/patch-extensions_negotiateauth_Makefile.in @@ -0,0 +1,12 @@ +--- extensions/negotiateauth/Makefile.in.orig Tue Apr 13 12:19:44 2004 ++++ extensions/negotiateauth/Makefile.in Tue Apr 13 12:19:53 2004 +@@ -68,8 +68,8 @@ + $(NULL) + + EXTRA_DSO_LDOPTS = \ +- $(MOZ_COMPONENT_LIBS) \ + $(GSSAPI_LIBS) \ ++ $(MOZ_COMPONENT_LIBS) \ + $(NULL) + + # make sure this component is never statically linked into the main -- cgit v1.2.3