mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-30 09:58:55 +00:00
Updated nacl-gcc-prep call to run in nacl directory where the
script now lives.
This commit is contained in:
parent
4cc2890637
commit
fc4f7f8f0b
@ -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"])
|
||||||
|
Loading…
Reference in New Issue
Block a user