| Index: third_party/instrumented_libraries/scripts/pulseaudio.sh
|
| diff --git a/third_party/instrumented_libraries/pulseaudio.sh b/third_party/instrumented_libraries/scripts/pulseaudio.sh
|
| similarity index 78%
|
| rename from third_party/instrumented_libraries/pulseaudio.sh
|
| rename to third_party/instrumented_libraries/scripts/pulseaudio.sh
|
| index 8e4c0e26689ec7afcec163d4fd43002057778d55..eae12490a6a20ca0d7a500c5d1034ef8f13ffcc7 100755
|
| --- a/third_party/instrumented_libraries/pulseaudio.sh
|
| +++ b/third_party/instrumented_libraries/scripts/pulseaudio.sh
|
| @@ -5,8 +5,5 @@
|
|
|
| # This script does some preparations before build of instrumented pulseaudio.
|
|
|
| -# Disable problematic assembly in clang builds.
|
| -patch -p1 < $(dirname ${BASH_SOURCE[0]})/pulseaudio.diff
|
| -
|
| # The configure script enforces FORTIFY_SOURCE=2, but we can't live with that.
|
| sed -i "s/-D_FORTIFY_SOURCE=2/-U_FORTIFY_SOURCE/g" ./configure
|
|
|