]> err.no Git - util-linux/commitdiff
libblkid: fix $libdir in blkid.pc
authorKarel Zak <kzak@redhat.com>
Tue, 30 Jun 2009 11:11:05 +0000 (13:11 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 30 Jun 2009 12:28:31 +0000 (14:28 +0200)
The -L<dir> 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 <kzak@redhat.com>
shlibs/blkid/blkid.pc.in

index 5d58c3e1958cc8789e2354bd5ccf00a5b21b2d3e..f5debbbc976bf8bbe089d99827961767aac583c0 100644 (file)
@@ -1,6 +1,6 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
+libdir=@usrlibexecdir@
 includedir=@includedir@
 
 Name: blkid