ablfs-more
legacy
trunk
Last change
on this file since 6f74ca1 was 9543675, checked in by Pierre Labastie <pierre@…>, 9 years ago |
Update custom/examples. Thanks to Tom Armistead for the patch.
|
-
Property mode
set to
100644
|
File size:
552 bytes
|
Line | |
---|
1 | #
|
---|
2 | # $Id$
|
---|
3 | #
|
---|
4 | PKG="python3"
|
---|
5 | PKG_VERSION="3.4.3"
|
---|
6 | PKG_FILE="Python-3.4.3.tar.xz"
|
---|
7 | URL="https://www.python.org/ftp/python/3.4.3/${PKG_FILE}"
|
---|
8 | MD5="7d092d1bba6e17f0d9bd21b49e441dd5"
|
---|
9 | for i in PATCH{1..10}; do
|
---|
10 | unset $i
|
---|
11 | done
|
---|
12 |
|
---|
13 | ( cat << "xEOFx"
|
---|
14 | CXX="/usr/bin/g++" \
|
---|
15 | ./configure --prefix=/usr \
|
---|
16 | --enable-shared \
|
---|
17 | --with-system-expat \
|
---|
18 | --with-system-ffi \
|
---|
19 | --without-ensurepip &&
|
---|
20 | make
|
---|
21 | make install &&
|
---|
22 | chmod -v 755 /usr/lib/libpython3.4m.so &&
|
---|
23 | chmod -v 755 /usr/lib/libpython3.so
|
---|
24 | xEOFx
|
---|
25 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.