Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / instrumented_libraries / pulseaudio.sh
index 95ddbb3..8e4c0e2 100755 (executable)
@@ -7,3 +7,6 @@
 
 # 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