pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PKG_DEFAULT_OPTIONS
On Sun, May 01, 2016 at 08:42:11PM +0200, Thomas Klausner wrote:
> On Sun, May 01, 2016 at 06:02:14PM +0200, Richard Palo wrote:
> > > Now I see that PKG_OPTIONS is the one to test. (Right?)
>
> Perhaps you can explain what you want to test and why?
If the user sets PKG_DEFAULT_OPTIONS or PKG_OPTIONS.libsoup to gssapi
libsoup-2.4.so.1.8.0 depends on libkrb5 and friends. options.mk
tests PKG_OPTIONS which will contain gssapi whichever of those
2 variables are set.
Now build gvfs which doesn't have a gssapi option. PKG_OPTIONS now
doesn't have gssapi set, so libsoup's buildink3.mk file has to
test both of the above 2 variables to pull in the krb5 libraries.
This seems odd.
Cheers,
Patrick
Home |
Main Index |
Thread Index |
Old Index