Skip to content

Commit 8376c18

Browse files
author
Matthias Koeppe
committed
build/pkgs/{m4ri,m4rie}: Use newer version of build-aux
1 parent f113041 commit 8376c18

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build/pkgs/m4ri/spkg-install.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ fi
2626

2727
cd src
2828

29+
cp "$SAGE_ROOT"/config/config.* .
30+
2931
# Configure and build M4RI
3032
sdh_configure --enable-shared --disable-static $ENABLE_DEBUG $DISABLE_SSE2
3133
sdh_make

build/pkgs/m4rie/spkg-install.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export LDFLAGS
3030
# build M4RIE
3131

3232
cd $ROOT_DIR/src/
33+
34+
cp "$SAGE_ROOT"/config/config.* .
35+
3336
sdh_configure --enable-shared --disable-static $ENABLE_DEBUG
3437
sdh_make
3538
sdh_make_install

0 commit comments

Comments
 (0)