use dynamic lib
authorAntonio Valentino <antonio.valentino@tiscali.it>
Fri, 23 Aug 2013 10:19:58 +0000 (12:19 +0200)
committerAntonio Valentino <antonio.valentino@tiscali.it>
Wed, 8 Jan 2025 00:32:06 +0000 (00:32 +0000)
commitab37fc88b6a08ff6e8d6c77c01cf58bb2e138864
tree842a988664b8220ab352a4c3c7896543e134174e
parenta1f0b77782a73e64cf37f7443a2182a7e68824d9
use dynamic lib

The setup script detects the static version of the lzo2 library instead of
the dynamic version (that is now located in a multi-arch path).
This causes a link error due to not relacable code (missing -fPIC flag
at compile time)

Now the dynamic version of the lzo2 library is located in a multiarch path so
sthe setup script

Gbp-Pq: Name 0001-use-dynamic-lib.patch
setup.py