diff --git a/base/python/build.sh b/base/python/build.sh index 9c26091..dcff112 100644 --- a/base/python/build.sh +++ b/base/python/build.sh @@ -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 \