From 9fad830652629e64ebf58f9ffe59bc017cc36c92 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 7 May 2003 17:49:33 +0000 Subject: [PATCH] Don't put @OPENSSL_LIBS@ here; the library doesn't depend on them, only * soup-2.0.pc.in (Libs): Don't put @OPENSSL_LIBS@ here; the library doesn't depend on them, only the proxy does. #42473 --- ChangeLog | 5 +++++ soup-2.0.pc.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc495c6..d943101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-07 Dan Winship + + * soup-2.0.pc.in (Libs): Don't put @OPENSSL_LIBS@ here; the + library doesn't depend on them, only the proxy does. #42473 + 2003-05-06 Dan Winship * src/libsoup/soup-message.c (global_handlers): Change the diff --git a/soup-2.0.pc.in b/soup-2.0.pc.in index 9de3e51..bd6e3de 100644 --- a/soup-2.0.pc.in +++ b/soup-2.0.pc.in @@ -7,5 +7,5 @@ Name: libsoup Description: a glib-based HTTP library Version: @VERSION@ Requires: glib-2.0 -Libs: -L${libdir} -lsoup-2.0 @GNUTLS_LIBS@ @OPENSSL_LIBS@ +Libs: -L${libdir} -lsoup-2.0 @GNUTLS_LIBS@ Cflags: -I${includedir}/soup-2.0 -- 2.7.4