1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/seamonkey2/files/patch-extensions_negotiateauth_Makefile.in
Joe Marcus Clarke 3a5febfa9d 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
2004-04-13 16:24:04 +00:00

13 lines
346 B
Plaintext

--- 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