Merge pull request #14370 from bigbluebutton/antobinary-patch-2

fix(FS): Allow patch with different whitespace
This commit is contained in:
Anton Georgiev 2022-02-15 15:53:00 -05:00 committed by GitHub
commit 52e302c28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ ldconfig
cd $BUILDDIR/freeswitch cd $BUILDDIR/freeswitch
patch -p0 < $BUILDDIR/floor.patch patch -p0 < $BUILDDIR/floor.patch
patch -p0 < $BUILDDIR/audio.patch # Provisional patch for https://github.com/signalwire/freeswitch/pull/1531 patch -p0 --ignore-whitespace < $BUILDDIR/audio.patch # Provisional patch for https://github.com/signalwire/freeswitch/pull/1531
./bootstrap.sh ./bootstrap.sh