Updated nacl-gcc-prep call to run in nacl directory where the

script now lives.
This commit is contained in:
gardners 2012-03-17 09:37:00 +10:30
parent 4cc2890637
commit fc4f7f8f0b

View File

@ -11,7 +11,9 @@ AC_CHECK_HEADERS(stdio.h errno.h stdlib.h strings.h unistd.h string.h arpa/inet.
echo "Fetching and building NaCl if required." echo "Fetching and building NaCl if required."
echo "(this can take HOURS to build depending on your architecture," echo "(this can take HOURS to build depending on your architecture,"
echo " but fortunately it only needs to happen once.)" echo " but fortunately it only needs to happen once.)"
cd nacl
./nacl-gcc-prep ./nacl-gcc-prep
cd ..
LDFLAGS="$LDFLAGS "`cat naclbuilddir.txt`"/libnacl.a" LDFLAGS="$LDFLAGS "`cat naclbuilddir.txt`"/libnacl.a"
AC_CHECK_LIB(nsl,callrpc,[LDFLAGS="$LDFLAGS -lnsl"]) AC_CHECK_LIB(nsl,callrpc,[LDFLAGS="$LDFLAGS -lnsl"])