Merge pull request #14370 from bigbluebutton/antobinary-patch-2
fix(FS): Allow patch with different whitespace
This commit is contained in:
commit
52e302c28a
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user