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
1 changed files with 2 additions and 1 deletions

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