lbry-android-sdk/p4a/pythonforandroid/recipes/libffi/remove-version-info.patch

12 lines
577 B
Diff
Raw Normal View History

2022-12-02 21:15:34 +01:00
--- libffi/Makefile.am.orig 2018-12-21 16:11:26.159181262 +0100
+++ libffi/Makefile.am 2018-12-21 16:14:44.075179374 +0100
@@ -156,7 +156,7 @@
libffi.map: $(top_srcdir)/libffi.map.in
$(COMPILE) -D$(TARGET) -E -x assembler-with-cpp -o $@ $<
-libffi_la_LDFLAGS = -no-undefined $(libffi_version_info) $(libffi_version_script) $(LTLDFLAGS) $(AM_LTLDFLAGS)
2017-08-13 03:24:00 +02:00
+libffi_la_LDFLAGS = -no-undefined -avoid-version $(LTLDFLAGS) $(AM_LTLDFLAGS)
2022-12-02 21:15:34 +01:00
libffi_la_DEPENDENCIES = $(libffi_la_LIBADD) $(libffi_version_dep)
2017-08-13 03:24:00 +02:00
AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src