mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
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
This commit is contained in:
parent
f376b06562
commit
3a5febfa9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106919
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user