From 662567190d914232471d4982af2359a6f2b8a07d Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 4 Feb 2024 20:00:22 -0800 Subject: [PATCH] build/pkgs/{ntl,brial}: Use newer version of build-aux --- build/pkgs/brial/spkg-install.in | 1 + build/pkgs/ntl/spkg-install.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/build/pkgs/brial/spkg-install.in b/build/pkgs/brial/spkg-install.in index e048eda6bdc..e0483b1448f 100644 --- a/build/pkgs/brial/spkg-install.in +++ b/build/pkgs/brial/spkg-install.in @@ -4,6 +4,7 @@ # is installed by the "sage_brial" spkg. # cd src +cp "$SAGE_ROOT"/config/config.* . sdh_configure \ --enable-shared --disable-static \ --with-boost-unit-test-framework=no diff --git a/build/pkgs/ntl/spkg-install.in b/build/pkgs/ntl/spkg-install.in index d82ddf370e5..3faa999452c 100644 --- a/build/pkgs/ntl/spkg-install.in +++ b/build/pkgs/ntl/spkg-install.in @@ -21,6 +21,8 @@ ntl_configure() cd "$SRC" + cp "$SAGE_ROOT"/config/config.* src/libtool-origin/ + # Run the configure script, setting CC, CXX, CFLAGS etc as needed. # This ensures that they get written by DoConfig into 'makefile'. CFLAGS="-O2 -g $CFLAGS"