gis/pyspatialite: Fix build.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-01-22 14:54:51 -08:00 committed by Willy Sudiarto Raharjo
parent aa2d1dcd1c
commit 6202f1358b
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -70,6 +70,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
sed -i '/^#include "sqlite3.h"$/d' src/{statement,util}.h
CFLAGS=-I/usr/include python setup.py install --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \