Displaying 1 result from an estimated 1 matches for "deb_fixes_for_trunk".
2006 Nov 19
2
SSL flags (was Re: [nut-commits] svn commit r593 - branches/deb_fixes_for_trunk)
...'ldd upsc'
without this patch, it lists the OpenSSL libraries, and the default
./configure setting is to not use OpenSSL.
- Charles
> Log:
> If we are not using SSL_CFLAGS or SSL_LDFLAGS, do not add the OpenSSL libraries
> to all of the binaries.
>
>
> Modified: branches/deb_fixes_for_trunk/configure.in
> ==============================================================================
> --- branches/deb_fixes_for_trunk/configure.in (original)
> +++ branches/deb_fixes_for_trunk/configure.in Sun Nov 19 23:28:22 2006
> @@ -190,6 +190,8 @@
> ;;
>...