1 |
--- nut-2.2.0/lib/libupsclient-config.in.wrongssl 2007-09-06 11:10:06.000000000 +0200 |
2 |
+++ nut-2.2.0/lib/libupsclient-config.in 2007-09-06 11:13:06.000000000 +0200 |
3 |
@@ -10,7 +10,7 @@ |
4 |
Version="@PACKAGE_VERSION@" |
5 |
prefix=@prefix@ |
6 |
exec_prefix=@exec_prefix@ |
7 |
-Cflags="-I@includedir@ @SSL_CFLAGS@" |
8 |
+Cflags="-I@includedir@ @LIBSSL_CFLAGS@" |
9 |
|
10 |
arch=$(/bin/arch) |
11 |
if [ "$arch" = "x86_64" -o "$arch" = "s390x" -o "$arch" = "ppc64" -o "$arch" = "ia64" ] ; then |
12 |
@@ -18,7 +18,7 @@ |
13 |
else |
14 |
libdir="/usr/lib" |
15 |
fi |
16 |
-Libs="-L$libdir @UPSCLI_LIBOBJ@ @SSL_LDFLAGS@" |
17 |
+Libs="-L$libdir @UPSCLI_LIBOBJ@ @LIBSSL_LDFLAGS@" |
18 |
|
19 |
|
20 |
case "$1" in |
21 |
--- nut-2.2.0/lib/libupsclient.pc.in.wrongssl 2007-09-06 11:08:09.000000000 +0200 |
22 |
+++ nut-2.2.0/lib/libupsclient.pc.in 2007-09-06 11:08:30.000000000 +0200 |
23 |
@@ -9,5 +9,5 @@ |
24 |
Name: libupsclient |
25 |
Description: UPS monitoring with Network UPS Tools |
26 |
Version: @PACKAGE_VERSION@ |
27 |
-Libs: -L${libdir} -lupsclient @SSL_LDFLAGS@ |
28 |
-Cflags: -I${includedir} @SSL_CFLAGS@ |
29 |
+Libs: -L${libdir} -lupsclient @LIBSSL_LDFLAGS@ |
30 |
+Cflags: -I${includedir} @LIBSSL_CFLAGS@ |