python: don't ensure pip
This commit is contained in:
parent
27f8f32dc5
commit
a924e2bb41
1 changed files with 2 additions and 1 deletions
|
@ -11,13 +11,14 @@ fetch() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
cd $pkgname-$pkgver
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--build=$HOST_TRIPLE \
|
||||
--host=$TRIPLE \
|
||||
--with-system-ffi=true \
|
||||
--with-ssl-default-suites=openssl \
|
||||
--without-ensure-pip \
|
||||
ax_cv_c_float_words_bigendian=no \
|
||||
ac_cv_buggy_getaddrinfo=no \
|
||||
ac_cv_file__dev_ptmx=yes \
|
||||
|
|
Loading…
Reference in a new issue