summaryrefslogtreecommitdiff
path: root/python/pytsk/pytsk.SlackBuild
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2015-12-28 16:23:17 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit6b27ce46d5ace1278b2b83c955c18cff000c0170 (patch)
tree4d34663a55f0b762bdbdb9a6a712eb2949036446 /python/pytsk/pytsk.SlackBuild
parent90ba8b97676fbb066f1cd0879a35e6ed884bbd5e (diff)
downloadslackbuilds-6b27ce46d5ace1278b2b83c955c18cff000c0170.tar.gz
python/pytsk: Updated for version 20150406.
Fixed build with samba-4.0. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pytsk/pytsk.SlackBuild')
-rw-r--r--python/pytsk/pytsk.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild
index 4c05ed9e1b..e25c084195 100644
--- a/python/pytsk/pytsk.SlackBuild
+++ b/python/pytsk/pytsk.SlackBuild
@@ -24,7 +24,7 @@
# Updated v20150111 January 2015, Barry J. Grundy.
PRGNAM=pytsk
-VERSION=${VERSION:-20150111}
+VERSION=${VERSION:-20150406}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+export CC="gcc $SLKCFLAGS $(pkg-config --cflags talloc)"
+
python setup.py install --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \