Skip to content

Commit a2b9db5

Browse files
committed
Build sndfile with cmake
1 parent 987bb32 commit a2b9db5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

buildconfig/manylinux-build/docker_base/sndfile/build-sndfile.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ curl -sL --retry 10 https://github.com/libsndfile/libsndfile/releases/download/$
1111
sha512sum -c sndfile.sha512
1212
tar xf ${SNDFILE}
1313
cd $SNDNAME
14-
# autoreconf -fvi
1514

16-
# alsa is only needed for examples here
17-
./configure $PG_BASE_CONFIGURE_FLAGS --disable-mpeg --disable-alsa
15+
cmake . $PG_BASE_CMAKE_FLAGS -DBUILD_PROGRAMS=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5
1816
make
1917
make install

0 commit comments

Comments
 (0)