python: libpythonX.X needs to be 755. Bumprev.
--HG-- extra : convert_revision : 2efbbbaaa7a98c3a9f081a4948cd5567560919b5
This commit is contained in:
parent
82b471ce60
commit
22006da164
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'python'.
|
||||
pkgname=python
|
||||
version=2.6.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Python-$version"
|
||||
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
|
||||
configure_args="--with-threads --enable-ipv6 --with-signal-module
|
||||
|
@ -49,3 +49,8 @@ pre_configure()
|
|||
{
|
||||
export OPT="${XBPS_CFLAGS} -fwrapv"
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
chmod 755 ${DESTDIR}/usr/lib/libpython*.so*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue