python: no need to run ldconfig(8) here, pycompile trigger will do for us.

This commit is contained in:
Juan RP 2015-01-25 11:44:09 +01:00
parent 680e49d5f1
commit ba65f96023
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
case "${ACTION}" in
post)
# ctypes/util.py find_library() uses ldconfig -p!
if [ -x sbin/ldconfig ]; then
sbin/ldconfig -X || :
fi
;;
esac

View File

@ -4,7 +4,7 @@
#
pkgname=python
version=2.7.9
revision=4
revision=5
wrksrc="Python-${version}"
hostmakedepends="pkg-config"
makedepends="