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

Side by Side Diff: third_party/instrumented_libraries/zlib1g.diff

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, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 diff -rupN ./configure ../zlib-1.2.3.4.dfsg-patched/configure
2 --- ./configure 2009-12-24 18:09:43.000000000 +0300
3 +++ ../zlib-1.2.3.4.dfsg-patched/configure 2014-06-03 17:53:45.082074669 +0 400
4 @@ -72,6 +72,8 @@ cflags=${CFLAGS-"-O3"}
5 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
6 case "$cc" in
7 *gcc*) gcc=1 ;;
8 + # Use the version script for clang builds as well.
9 + *clang*) gcc=1 ;;
10 esac
11
12 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698