move crypto_portable.sym to builddir

This commit is contained in:
Brent Cook
2017-04-10 09:30:29 -05:00
parent 7ecfed7690
commit 922cd9c94e
2 changed files with 6 additions and 3 deletions

View File

@@ -150,9 +150,9 @@ fi
AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [
crypto_sym=$srcdir/crypto/crypto.sym
crypto_p_sym=$srcdir/crypto/crypto_portable.sym
crypto_p_sym=./crypto/crypto_portable.sym
echo "generating $crypto_p_sym ..."
chmod u+w $srcdir/crypto
mkdir -p ./crypto
cp $crypto_sym $crypto_p_sym
chmod u+w $crypto_p_sym
if test "x$ac_cv_func_arc4random_buf" = "xno" ; then