1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-04-24 14:06:27 +02:00

pkg(python): 2.7.1 doesn't build properly

This commit is contained in:
Thomas Hobson 2021-02-28 18:20:10 +13:00
parent d7687096ff
commit d7a4292382
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F

View file

@ -2,7 +2,7 @@ NAME=python
AUTHOR=Thomas Hobson <thomas@hexf.me>
DEPENDENCIES=
COMPILED=false
VERSIONS=2.7.1 3.5.1 3.9.1
VERSIONS=3.5.1 3.9.1
include common.mk
@ -15,6 +15,7 @@ ${ENV_FILE}:
${BIN_DIR}: ${BUILD_DIR}Python-${VERSION}/
$(eval TMP_DIR=${PWD}/${BUILD_DIR}tmpout/)
cd $< && ./configure --prefix ${PREFIX}
$(MAKE) -C $<
DESTDIR=${TMP_DIR} $(MAKE) -C $< altinstall