Skip to content

Commit

Permalink
build/pkgs/{ntl,brial}: Use newer version of build-aux
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 8, 2024
1 parent 9cd2dce commit 6625671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/pkgs/brial/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions build/pkgs/ntl/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6625671

Please sign in to comment.