From: Karel Zak Date: Tue, 30 Jun 2009 11:18:26 +0000 (+0200) Subject: libuuid: fix $libdir in uuid.pc X-Git-Tag: v2.16-rc2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3998595cac03a1e4936806169fb74f6af26d999e;p=thirdparty%2Futil-linux.git libuuid: fix $libdir in uuid.pc The -L gcc option is for directories to be searched for .so/.a files. It means the directory with development stuff. We have devel libs in /usr/lib[64]. The side effect is that pkg-config does not return -L with standard system directories (so make(1) output is more readable and shorter). Signed-off-by: Karel Zak --- diff --git a/shlibs/uuid/uuid.pc.in b/shlibs/uuid/uuid.pc.in index 52edee2f63..b51282a17c 100644 --- a/shlibs/uuid/uuid.pc.in +++ b/shlibs/uuid/uuid.pc.in @@ -1,6 +1,6 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@libdir@ +libdir=@usrlibexecdir@ includedir=@includedir@ Name: uuid