File: 0050-documentation.patch

package info (click to toggle)
libtool 2.4.6-15
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,896 kB
  • sloc: sh: 53,997; ansic: 4,322; makefile: 872
file content (25 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: documentation inconsitent with libltdl3
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2020-01-22
Forwarded: no
Bug-Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253904

Index: libtool-2.4.6/doc/libtool.texi
===================================================================
--- libtool-2.4.6.orig/doc/libtool.texi
+++ libtool-2.4.6/doc/libtool.texi
@@ -3956,10 +3956,10 @@ portability you should try to ensure tha
 @option{-module} flag.}.
 
 Unresolved symbols in the module are resolved using its dependency
-libraries and previously dlopened modules.  If the executable using
-this module was linked with the @option{-export-dynamic} flag, then the
-global symbols in the executable will also be used to resolve
-references in the module.
+libraries and, on some platforms, previously dlopened modules.  If
+the executable using this module was linked with the
+@option{-export-dynamic} flag, then the global symbols in the executable
+will also be used to resolve references in the module.
 
 If @var{filename} is @code{NULL} and the program was linked with
 @option{-export-dynamic} or @option{-dlopen self}, @code{lt_dlopen} will