Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/instrumented_libraries/scripts/pulseaudio.sh

Issue 361473002: Instrumented libraries: improve handling of custom patches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use -i to pass filename to patch Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698