Displaying 3 results from an estimated 3 matches for "libssl_ldflags".
2007 Sep 04
2
Unresolved variable in `libupsclient-config'
Tags: patch, upstream
Hi,
when configuring nut 2.2.0 the variable/symbol `@SSL_LDFLAGS@' is not
resolved by the libupsclient-config script. The attached patch changes
`@SSL_CFLAGS@' to `@LIBSSL_CFLAGS@'
`@SSL_LDFLAGS@' to `@LIBSSL_LDFLAGS@'
which should solve this issue.
Regards,
-octo
--
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nut-2.2.0-sslflags.patch
Type: text/x-diff
Size: 508 bytes
Desc: not available...
2007 Aug 07
1
pkgconfig fix for nut
...upsclient-config.in
+++ lib/libupsclient-config.in
@@ -10,8 +10,8 @@
Version="@PACKAGE_VERSION@"
prefix=@prefix@
exec_prefix=@exec_prefix@
-Libs="-L at libdir@ -lupsclient @SSL_LDFLAGS@"
-Cflags="-I at includedir@ @SSL_CFLAGS@"
+Libs="-L at libdir@ -lupsclient @LIBSSL_LDFLAGS@"
+Cflags="-I at includedir@ @LIBSSL_CFLAGS@"
case "$1" in
--- lib/libupsclient.pc.in
+++ lib/libupsclient.pc.in
@@ -9,5 +9,5 @@
Name: libupsclient
Description: UPS monitoring with Network UPS Tools
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lupsclient @SSL_LDFL...
2008 Apr 30
2
openSUSE 11.0 - NUT
Stan,
I'm very pleased to see you back to work with us on enhancing nut in
that many areas ;-)
2008/4/30 Stanislav Brabec <sbrabec at suse.cz>:
> Stanislav Brabec wrote:
>
> > Please note that 2.2.2-pre3 installs hald addons by default to / on
> > openSUSE 11.0 beta 2 x86_64. Not a big problem.
>
> Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64: