use dynamic lib
authorAntonio Valentino <antonio.valentino@tiscali.it>
Fri, 23 Aug 2013 10:19:58 +0000 (12:19 +0200)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 7 Jan 2025 04:36:08 +0000 (04:36 +0000)
commit023860cb059c5068b09d8f200a7c290aeccd73da
tree5aec9ec59446ab93235025b689610f2ed4e0bb9c
parent764997ab1fc998ccb5b3e592d16693ef18fbaaea
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