From d490baa310cf207cde43ca2617e045cc8514e62d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 26 Apr 2021 14:46:35 +0200 Subject: [PATCH] mpc: use Libraries removed --- Libraries/mpc/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Libraries/mpc/build b/Libraries/mpc/build index 9b422ee..3257c64 100755 --- a/Libraries/mpc/build +++ b/Libraries/mpc/build @@ -1,10 +1,8 @@ #!/usr/bin/env modbuild -pbuild::set_download_url "ftp://ftp.gnu.org/gnu/${P}/${P}-${V_PKG}.tar.gz" +pbuild::set_download_url "http://ftp.gnu.org/gnu/${P}/${P}-${V_PKG}.tar.gz" pbuild::add_to_group 'Libraries' -module use 'Libraries' - pbuild::pre_configure() { pbuild::add_configure_args "--with-gmp=${GMP_PREFIX}" pbuild::add_configure_args "--with-mpfr=${MPFR_PREFIX}"