Also, lets focus on getting local Ports patches fed back upstream.
Speaking of which, I've been meaning to harass the NetBSD/Pkgsrc
maintainer about pkgsrc Makefile hooks for permitting toggling external
command args with $PKG_OPTIONS
OpenBSD local patches:
http://www.openbsd.org/cgi-bin/cvsweb/
> When trying to build nrpe configure fails because it cannot find the
> ssl libraries. This is preposterous.
>
> The error in ./configure is that is looks for a file called libssl.so
> in $dir, when what it really should test is that gcc test.c -L$dir -lssl
> works.
While it should indeed build,
When trying to build nrpe configure fails because it cannot find the
ssl libraries. This is preposterous.
The error in ./configure is that is looks for a file called libssl.so
in $dir, when what it really should test is that gcc test.c -L$dir -lssl
works.
- Florian.