svn commit: r430581 - head/dns/dnscrypt-proxy

Mathieu Arnold mat at FreeBSD.org
Wed Jan 4 22:13:03 UTC 2017


Le 04/01/2017 à 19:21, Sunpoet Po-Chuan Hsieh a écrit :
>
>     +USE_LDCONFIG=  yes
>     +
>
>
> Hello Mark,
>
> This line seems to be incorrect.
>
> from /usr/ports/Mk/bsd.port.mk <http://bsd.port.mk>:
> # USE_LDCONFIG  - If set to "yes", this adds ${PREFIX}/lib to the list of
> #                                 directories to be searched for
> shared libraries.
> #                                 Otherwise, this is a list of
> directories to be added to that
> #                                 list. The directory names are written to
> #                                
> ${LOCALBASE}/libdata/ldconfig/${PKGBASE} which is then
> #                                 used by the ldconfig startup script.
>
> USE_LDCONFIG is only needed when PLUGINS is enabled.
> Besides, PLUGINS installs shared objects to PREFIX/lib/dnscrypt-proxy.
> I think the correct one is:
> PLUGINS_USE=LDCONFIG=${PREFIX}/lib/dnscrypt-proxy
>

In any case, I don't think USE_LDCONFIG is needed here, the software
will know where to load its plugins from.


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170104/57b199e3/attachment.sig>


More information about the svn-ports-all mailing list