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

Unified Diff: libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 11 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: libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh
diff --git a/libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh b/libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh
index 68d5ec7d1eeb2e66f0d13302d120a2bacce1bb21..6bf8c7dc7cabc1cb4d3d1c940fbf1f46065bd8c8 100755
--- a/libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh
+++ b/libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh
@@ -24,7 +24,7 @@ CustomConfigureStep() {
ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
# TODO: side-by-side install
CC=${NACLCC} AR="${NACLAR} -r" RANLIB=${NACLRANLIB} CFLAGS="-Dunlink=puts" ./configure\
- --prefix=${NACL_SDK_USR}
+ --prefix=${NACLPORTS_PREFIX}
}

Powered by Google App Engine
This is Rietveld 408576698