python: no need to run ldconfig(8) here, pycompile trigger will do for us.
This commit is contained in:
parent
680e49d5f1
commit
ba65f96023
|
@ -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
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
pkgname=python
|
||||
version=2.7.9
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="Python-${version}"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="
|
||||
|
|
Loading…
Reference in New Issue