diff options
author | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2012-01-22 19:50:36 +0000 |
---|---|---|
committer | Bob Friesenhahn <bfriesen@simple.dallas.tx.us> | 2012-01-22 19:50:36 +0000 |
commit | b326998fc29c4015079c963c62caf7b9d2d1f125 (patch) | |
tree | 321bd044c1dd83e355eb377465fa4676d9d133af /libtiff/libtiff.map | |
parent | 306ae2fb9f34f813fb4a81c9cfcb9512429fa5c1 (diff) | |
download | libtiff-git-b326998fc29c4015079c963c62caf7b9d2d1f125.tar.gz |
* configure.ac: Add support for using library symbol versioning on
ELF systems with the GNU linker. Support is enabled via
--enable-ld-version-script. Disabled by default for now until
there is a decision for how to deploy a libtiff with versioned
symbols after libtiff 4.0.0 was already released.
Diffstat (limited to 'libtiff/libtiff.map')
-rw-r--r-- | libtiff/libtiff.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtiff/libtiff.map b/libtiff/libtiff.map new file mode 100644 index 00000000..2fc177fd --- /dev/null +++ b/libtiff/libtiff.map @@ -0,0 +1,4 @@ +LIBTIFF_4.0 { + global: + *; +}; |