From bb7c9b4a94c977f51fde90e183b717d6fc0bc42e Mon Sep 17 00:00:00 2001
From: Manoj Srivastava
@@ -2078,14 +2078,14 @@
An ever increasing number of packages are using libtool to do their linking. The latest GNU libtools (>= 1.3a) can take - advantage of installed libtool archive files (`*.la'). The - main advantage of libtool's .la files is that it allows - libtool to store and subsequently access metadata with - respect to the libraries it builds. libtool will search for - those files, which contain a lot of useful information about - a library (e.g. dependency libraries for static - linking). Also, they're essential for programs using - libltdl. + advantage of the nmetadata in the installed libtool archive + files (`*.la'). The main advantage of libtool's .la files is + that it allows libtool to store and subsequently access + metadata with respect to the libraries it builds. libtool + will search for those files, which contain a lot of useful + information about a library (e.g. dependency libraries for + static linking). Also, they're essential for + programs using libltdl.
@@ -2103,8 +2103,11 @@
Packages that use libtool to create shared libraries must include the .la files in the -dev - packages. This is a good idea in general, and especially - for static linking issues. + packages, with the exception that if the package relies on + libtool's libltdl library, in which case the .la + files must go in the run-time library package. This is a + good idea in general, and especially for static linking + issues.
-- 2.39.5