From 8434a032e960215cfffd8954fef92c5562b4c980 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 25 Jun 2008 15:29:49 -0400 Subject: [PATCH] Fix pkg-config file problems. It's libcurl, and expat doesn't have a pkg-config file. --- data/razor.pc.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/razor.pc.in b/data/razor.pc.in index ddf0ba0..7f9121e 100644 --- a/data/razor.pc.in +++ b/data/razor.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: razor Description: library for depsolving, installing and removing packages Version: @VERSION@ -Requires: expat curl -Libs: -L${libdir} -lexpat -lz -lcurl +Requires: libcurl +Libs: -L${libdir} -lexpat -lz -lrazor Cflags: -I${includedir}/razor -- 1.7.1