Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (37m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 04:49:51 UTC Now

2012-03-11 12:03:51 UTC MAIN commitmail json YAML

devel/xulrunner: Fix indirect linking issue on DragonFly

The upgrade to nss3 brought in several indirectly linked libraries which the default version
of binutils will not follow by design.  The solution is to add each needed library to the
linker invocation.  This is done for DragonFly only.

(marino)