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

Unified Diff: examples/tools/thttpd-2.25b/nacl-thttpd-2.25b.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: examples/tools/thttpd-2.25b/nacl-thttpd-2.25b.sh
diff --git a/examples/tools/thttpd-2.25b/nacl-thttpd-2.25b.sh b/examples/tools/thttpd-2.25b/nacl-thttpd-2.25b.sh
index 37cb87360a08ff61f4e97784bfa5ba5e0f2d7d97..3cf4cdade4fd5a6112e09781d44219ff83d25f0d 100755
--- a/examples/tools/thttpd-2.25b/nacl-thttpd-2.25b.sh
+++ b/examples/tools/thttpd-2.25b/nacl-thttpd-2.25b.sh
@@ -49,8 +49,8 @@ CustomBuildStep() {
fi
export AR=${NACLAR}
export RANLIB=${NACLRANLIB}
- export PKG_CONFIG_PATH=${NACL_SDK_USR_LIB}/pkgconfig
- export PKG_CONFIG_LIBDIR=${NACL_SDK_USR_LIB}
+ export PKG_CONFIG_PATH=${NACLPORTS_LIBDIR}/pkgconfig
+ export PKG_CONFIG_LIBDIR=${NACLPORTS_LIBDIR}
export PATH=${NACL_BIN_PATH}:${PATH};
local PACKAGE_DIR="${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}"
ChangeDir ${PACKAGE_DIR}

Powered by Google App Engine
This is Rietveld 408576698