forked from Imagelibrary/binutils-gdb
libctf: Add ZSTD_LIBS to LIBS so that ac_cv_libctf_bfd_elf can be true
This commit is contained in:
@@ -71,6 +71,7 @@ AC_FUNC_MMAP
|
||||
# Needed for BFD capability checks.
|
||||
AC_SEARCH_LIBS(dlsym, dl)
|
||||
AM_ZLIB
|
||||
AC_ZSTD
|
||||
|
||||
GCC_ENABLE([libctf-hash-debugging], [no], [], [Enable expensive debugging of CTF deduplication type hashing])
|
||||
if test "${enable_libctf_hash_debugging}" = yes; then
|
||||
@@ -89,7 +90,7 @@ CFLAGS="-I${srcdir}/../include -I../bfd -I${srcdir}/../bfd $CFLAGS"
|
||||
ZLIBDIR=`echo $zlibdir | sed 's,\$(top_builddir)/,,g'`
|
||||
LDFLAGS="-L../bfd -L../libiberty $ZLIBDIR $LDFLAGS"
|
||||
intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
|
||||
LIBS="-lbfd -liberty -lz $intl $LIBS"
|
||||
LIBS="-lbfd -liberty -lz $ZSTD_LIBS $intl $LIBS"
|
||||
AC_CACHE_CHECK([for ELF support in BFD], ac_cv_libctf_bfd_elf,
|
||||
[AC_TRY_LINK([#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user