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>
Tue, 20 Dec 2022 21:15:54 +0000 (21:15 +0000)
commit8b6c42a52f1180ffc261e54b5232fd848535af7d
tree4eaaa281bef043d8504ec1f3589a8fbb8b9e1465
parente95988f1622d8ccf35c9f81bc1675cda9a5204f6
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