wget2: Set LLVM_PROFILE_FILE

Should hopefully address #808
This commit is contained in:
Oliver Chang 2017-09-01 12:29:14 -07:00 committed by GitHub
parent 664d13f5fc
commit 4e9b30adc9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ export PKG_CONFIG_PATH=$WGET2_DEPS_PATH/lib/pkgconfig
export CPPFLAGS="-I$WGET2_DEPS_PATH/include"
export LDFLAGS="-L$WGET2_DEPS_PATH/lib"
export GNULIB_SRCDIR=$SRC/gnulib
export LLVM_PROFILE_FILE=/tmp/prof.test
cd $SRC/libunistring
./autogen.sh