python: no need to run ldconfig(8) here, pycompile trigger will do for us.
This commit is contained in:
parent
680e49d5f1
commit
ba65f96023
2 changed files with 1 additions and 9 deletions
|
@ -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
|
pkgname=python
|
||||||
version=2.7.9
|
version=2.7.9
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue