mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +02:00
pycurl: use the default python.
This commit is contained in:
@@ -10,7 +10,7 @@ COPYRIGHT="2001-2008 Kjetil Jacobsen
|
||||
2013-2018 Oleg Pudeyev"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/pycurl/pycurl/archive/REL_${portVersion//./_}.tar.gz"
|
||||
CHECKSUM_SHA256="553047902a738cc2e6b1cd42783a9d0992e47086773be30027a71e1293493c39"
|
||||
SOURCE_DIR="pycurl-REL_${portVersion//./_}"
|
||||
@@ -97,7 +97,7 @@ INSTALL()
|
||||
installLocation="$prefix"/lib/$python/vendor-packages/
|
||||
export PYTHONPATH="$installLocation"
|
||||
rm -rf build
|
||||
make
|
||||
make PYTHON=$python
|
||||
mkdir -p "$installLocation"
|
||||
$python setup.py build install --root=/ --prefix="$prefix"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user