debian/patch/0002-fix_libupsclient_pc.patch: Fix libupsclient.pc (Closes: #624255)

This commit is contained in:
Laurent Bigonville 2011-05-07 01:09:58 +02:00
parent 3323ee6303
commit 06a2c09071
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,11 @@
diff --git a/lib/libupsclient.pc.in b/lib/libupsclient.pc.in
index eb6826c..4ad31fb 100644
--- a/lib/libupsclient.pc.in
+++ b/lib/libupsclient.pc.in
@@ -9,5 +9,5 @@ nutuser=@RUN_AS_USER@
Name: libupsclient
Description: UPS monitoring with Network UPS Tools
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lupsclient @LIBSSL_LDFLAGS@
+Libs: -L${libdir} -lupsclient @LIBSSL_LIBS@
Cflags: -I${includedir} @LIBSSL_CFLAGS@

View file

@ -1 +1,2 @@
0001-fix_spelling_and_typo.patch
0002-fix_libupsclient_pc.patch