liblzma: Remove XZ_5.1.1alpha version symbol
commit6c800e99cf0ece6cd8a70e34df2ff3d4aa425b92
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 12 Jun 2011 04:33:43 +0000 (11 23:33 -0500)
committerJonathan Nieder <jrnieder@gmail.com>
Sun, 12 Jun 2011 04:53:12 +0000 (11 23:53 -0500)
treee0c1d96082568c67b69f138790b3f9c1963cc360
parentf60e944cae0011dc456f1ec810a7cb1775620105
liblzma: Remove XZ_5.1.1alpha version symbol

Now that the lzma_stream_encoder_mt{,_memusage} symbols are gone on
this branch, liblzma should stop pretending to satisfy dependencies on
XZ_5.1.1alpha.

After this change, programs relying on those symbols will error out
immediately at startup like they are supposed to:

app: liblzma.so.5: version `XZ_5.1.1alpha' not found (required by app)

And your scripts that look for version definition entries with
readelf -s (like RPM’s find-provides) can tell that this copy of
liblzma lacks support for multithreaded encoding.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
src/liblzma/liblzma.map