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() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--build=$HOST_TRIPLE \
|
--build=$HOST_TRIPLE \
|
||||||
--host=$TRIPLE \
|
--host=$TRIPLE \
|
||||||
--with-system-ffi=true \
|
--with-system-ffi=true \
|
||||||
--with-ssl-default-suites=openssl \
|
--with-ssl-default-suites=openssl \
|
||||||
|
--without-ensure-pip \
|
||||||
ax_cv_c_float_words_bigendian=no \
|
ax_cv_c_float_words_bigendian=no \
|
||||||
ac_cv_buggy_getaddrinfo=no \
|
ac_cv_buggy_getaddrinfo=no \
|
||||||
ac_cv_file__dev_ptmx=yes \
|
ac_cv_file__dev_ptmx=yes \
|
||||||
|
|
Loading…
Reference in a new issue