]> err.no Git - util-linux/commit
build-sys: reverse shlibs installation
authorKay Sievers <kay.sievers@vrfy.org>
Fri, 3 Jul 2009 21:18:36 +0000 (23:18 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 3 Jul 2009 22:16:10 +0000 (00:16 +0200)
commit999f44307005466f9507c01fb2a707042b242287
tree1c2790a50107a213000b0b4ed4308c16a3b36dcd
parent4a595b077c9daeae96c7201331200168aab4e8b4
build-sys: reverse shlibs installation

[kzak@redhat.com:

Unfortunately, libtool does not provide a way how to install real
libraries to /lib and devel libs (symlinks) to /usr/lib. We have
to use install hooks to move these files.

Currently we install to /lib and move devel files to /usr/lib. This
concept is wrong, because the libdir= in .la libtool files must to
match with the place where we install the devel .so libs. It means we
have to install everything to /usr/lib and then move (by install hook)
the real .so libs to /lib.

This change is necessary to fix "make install", otherwise the install
process will not work in clean change root. ]

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/Makefile.am
shlibs/uuid/src/Makefile.am