git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
174586f
)
Fix pkg-config file problems.
author
Kristian Høgsberg
<krh@redhat.com>
Wed, 25 Jun 2008 19:29:49 +0000 (15:29 -0400)
committer
Kristian Høgsberg
<krh@redhat.com>
Wed, 25 Jun 2008 19:29:49 +0000 (15:29 -0400)
It's libcurl, and expat doesn't have a pkg-config file.
data/razor.pc.in
patch
|
blob
|
history
diff --git
a/data/razor.pc.in
b/data/razor.pc.in
index
ddf0ba0
..
7f9121e
100644
(file)
--- 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