We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987bb32 commit a2b9db5Copy full SHA for a2b9db5
buildconfig/manylinux-build/docker_base/sndfile/build-sndfile.sh
@@ -11,9 +11,7 @@ curl -sL --retry 10 https://github.com/libsndfile/libsndfile/releases/download/$
11
sha512sum -c sndfile.sha512
12
tar xf ${SNDFILE}
13
cd $SNDNAME
14
-# autoreconf -fvi
15
16
-# alsa is only needed for examples here
17
-./configure $PG_BASE_CONFIGURE_FLAGS --disable-mpeg --disable-alsa
+cmake . $PG_BASE_CMAKE_FLAGS -DBUILD_PROGRAMS=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5
18
make
19
make install
0 commit comments