Skip to content

Commit 9731cae

Browse files
committed
STATIC: build plugin with --with-static-fftw
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
1 parent aa23175 commit 9731cae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/staticbuild.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ cd static
1212
./build-deps.sh
1313
cd ..
1414
export CPPFLAGS="-I/spectmorph/static/prefix/include"
15-
./autogen.sh --prefix=/usr/local/spectmorph --with-static-cxx --without-qt --without-jack --without-ao --without-fontconfig --with-fonts --with-download-instruments
15+
./autogen.sh --prefix=/usr/local/spectmorph --with-static-cxx --with-static-fftw --with-fonts --with-download-instruments \
16+
--without-qt --without-jack --without-ao --without-fontconfig
1617
make clean
1718
make -j$(nproc)
1819
make -j$(nproc) check

0 commit comments

Comments
 (0)