--- rpl/rplcas/Makefile.in 2019/11/01 13:03:02 1.62 +++ rpl/rplcas/Makefile.in 2021/12/10 12:14:11 1.65 @@ -145,6 +145,7 @@ lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@ --enable-ntl \ --enable-gsl \ --disable-shared --enable-static \ + --disable-micropy --disable-quickjs \ --disable-gui --without-x); \ else \ (cd @GIAC@ && \ @@ -157,6 +158,7 @@ lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@ --enable-ntl \ --enable-gsl \ --disable-shared --enable-static \ + --disable-micropy --disable-quickjs \ --disable-gui --without-x); \ fi; \ (cd @GIAC@/src && \ @@ -169,7 +171,7 @@ lib/@LIB_PREFIX@giac.a: lib/@LIB_PREFIX@ sed -e 's/\/\* #undef HAVE_LIBNTL \*\//#define HAVE_LIBNTL/' | \ sed -e 's/\/\* #undef HAVE_LIBPARI \*\//#define HAVE_LIBPARI/' | \ sed -e 's/\/\* #undef HAVE_LIBGSL \*\//#define HAVE_LIBGSL/' | \ - sed -e 's/\/#define HAVE_LIBCOCOA 1//' | \ + sed -e 's/#define HAVE_LIBSAMPLERATE 1//' | \ sed -e 's/#define HAVE_PNG_H 1//' > config.h && \ rm -f config.h.orig); \ (cd @GIAC@/src && \