diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-13 16:24:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-13 16:24:04 +0000 |
commit | 3a5febfa9dbf1129070c670c8ca9fa794a1f08dc (patch) | |
tree | 73b1de405e8c98bc7da71b021dd4c99d43146459 | |
parent | + Update to 4.6.13: (diff) |
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
Notes
Notes:
svn path=/head/; revision=106919
3 files changed, 36 insertions, 0 deletions
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 |