[Nut-upsdev] SSL flags (was Re: [nut-commits] svn commit r593 - branches/deb_fixes_for_trunk)

Charles Lepple clepple at gmail.com
Sun Nov 19 23:33:02 CET 2006


Peter,

Any objections to adding this to the trunk? When I run '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 @@
>                 ;;
>         *)
>                 AC_MSG_RESULT(no)
> +               SSL_CFLAGS=""
> +               SSL_LDFLAGS=""
>                 ;;
>         esac],



More information about the Nut-upsdev mailing list