diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-05-02 09:49:36 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:55:20 -0500 |
commit | 4c1b53ba32604b9f9f57356344d243525bc7e0ed (patch) | |
tree | 7e386eb334be5f3c6883e494dde5bffb031a45cc /python/python-gattlib/python-gattlib.SlackBuild | |
parent | fd8a792973d7f4ee0be1141c7d178e6f0df98f26 (diff) |
python/python-gattlib: Fix setup.py for the newer boost.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-gattlib/python-gattlib.SlackBuild')
-rw-r--r-- | python/python-gattlib/python-gattlib.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-gattlib/python-gattlib.SlackBuild b/python/python-gattlib/python-gattlib.SlackBuild index 0264f52fc1..354003e93e 100644 --- a/python/python-gattlib/python-gattlib.SlackBuild +++ b/python/python-gattlib/python-gattlib.SlackBuild @@ -57,6 +57,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 {} \; +patch -p1 < $CWD/dont_hardcode_python_versions.patch + python setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |