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>
Thu, 2 Jan 2025 19:03:09 +0000 (19:03 +0000)
commitc91a6769a1e4390a717f8b5e7976dca12006fe86
tree1c8c0a8674d5a3c714f534ffa13cc592c2f89f6d
parent367c1a764bb7e3c61e50acf4fa7391b422895437
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