move crypto_portable.sym to builddir
This commit is contained in:
parent
7ecfed7690
commit
922cd9c94e
@ -15,7 +15,10 @@ EXTRA_DIST += crypto.sym
|
|||||||
# needed for a CMake target
|
# needed for a CMake target
|
||||||
EXTRA_DIST += compat/strcasecmp.c
|
EXTRA_DIST += compat/strcasecmp.c
|
||||||
|
|
||||||
libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined -export-symbols $(top_srcdir)/crypto/crypto_portable.sym
|
BUILT_SOURCES = crypto_portable.sym
|
||||||
|
CLEANFILES = crypto_portable.sym
|
||||||
|
|
||||||
|
libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined -export-symbols crypto_portable.sym
|
||||||
libcrypto_la_LIBADD = libcompat.la
|
libcrypto_la_LIBADD = libcompat.la
|
||||||
if !HAVE_EXPLICIT_BZERO
|
if !HAVE_EXPLICIT_BZERO
|
||||||
libcrypto_la_LIBADD += libcompatnoopt.la
|
libcrypto_la_LIBADD += libcompatnoopt.la
|
||||||
|
@ -150,9 +150,9 @@ fi
|
|||||||
|
|
||||||
AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [
|
AC_DEFUN([GENERATE_CRYPTO_PORTABLE_SYM], [
|
||||||
crypto_sym=$srcdir/crypto/crypto.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 ..."
|
echo "generating $crypto_p_sym ..."
|
||||||
chmod u+w $srcdir/crypto
|
mkdir -p ./crypto
|
||||||
cp $crypto_sym $crypto_p_sym
|
cp $crypto_sym $crypto_p_sym
|
||||||
chmod u+w $crypto_p_sym
|
chmod u+w $crypto_p_sym
|
||||||
if test "x$ac_cv_func_arc4random_buf" = "xno" ; then
|
if test "x$ac_cv_func_arc4random_buf" = "xno" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user