]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* TODO: Add -L- flag.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 18 Apr 2001 07:25:10 +0000 (07:25 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 18 Apr 2001 07:25:10 +0000 (07:25 +0000)
ChangeLog
TODO

index bc53ed87db008b7e50b2f7e90d7326043ec86864..10f5055186e24a5c873349c687194b16c2746bd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * TODO: Add -L- flag.
+
 2001-04-11  Alexandre Oliva  <aoliva@redhat.com>
 
        * ltcf-c.sh (no_undefined_flag) [Solaris ld]: Change to -zdefs.
diff --git a/TODO b/TODO
index 7278a739ad13106228f0bc15340337d692c1d650..47426b3d0a4940dab3914fea62d2bd835be0404b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,6 +14,13 @@ be desirable.
 * Lists of exported symbols should be stored in the pseudo library
 so that the size of lt_preloaded_symbols can be reduced.
 
+* Have some option to tell libtool not to include -L flags that point
+into a certain tree in the dependence list of an installed library.
+For example: -L-$top_builddir would let one link with libtool
+libraries in sibling subdirectories within a project, using the -L
+notation, without getting builddir pathnames ever mentioned in .la
+files that get installed.
+
 In the future:
 **************