Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/10
14 lines
800 B
Diff
14 lines
800 B
Diff
diff --git a/Makefile.in b/Makefile.in
|
|
index 450200a..abcee85 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -618,7 +618,7 @@ AM_CFLAGS = $(am__append_3)
|
|
@LIBFFI_BUILD_VERSIONED_SHLIB_FALSE@libffi_version_dep =
|
|
@LIBFFI_BUILD_VERSIONED_SHLIB_GNU_TRUE@@LIBFFI_BUILD_VERSIONED_SHLIB_TRUE@libffi_version_dep = libffi.map
|
|
@LIBFFI_BUILD_VERSIONED_SHLIB_SUN_TRUE@@LIBFFI_BUILD_VERSIONED_SHLIB_TRUE@libffi_version_dep = libffi.map-sun
|
|
-libffi_version_info = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
|
+libffi_version_info = -avoid-version
|
|
libffi_la_LDFLAGS = -no-undefined $(libffi_version_info) $(libffi_version_script) $(LTLDFLAGS) $(AM_LTLDFLAGS)
|
|
libffi_la_DEPENDENCIES = $(libffi_la_LIBADD) $(libffi_version_dep)
|
|
AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
|