Browse Source
gis/pyspatialite: Fix build.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
pull/28/head
Benjamin Trigona-Harany
9 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with
1 additions and
0 deletions
-
gis/pyspatialite/pyspatialite.SlackBuild
|
|
|
@ -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 \ |
|
|
|
|