summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-11 10:29:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-11 10:29:32 +0100
commit9b1c34e62f1cdfd407f66a8733cdc2e76ac29241 (patch)
tree7e0b3879f9af4551b8db6755e454dd1172fdb8d5 /package
parent027afd3baf0bbbe97763151392deb5f9eabcc947 (diff)
libffi: disable symbol versioning
Diffstat (limited to 'package')
-rw-r--r--package/libffi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libffi/Makefile b/package/libffi/Makefile
index 2fe08ce49..4fe839dce 100644
--- a/package/libffi/Makefile
+++ b/package/libffi/Makefile
@@ -24,8 +24,8 @@ $(eval $(call PKG_template,LIBFFI,libffi,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEP
AUTOTOOL_STYLE:= autoreconf
HOST_STYLE:= auto
-HOST_CONFIGURE_ARGS+= --disable-builddir --with-pic
-CONFIGURE_ARGS+= --disable-builddir --with-pic
+HOST_CONFIGURE_ARGS+= --disable-builddir --with-pic --disable-symvers
+CONFIGURE_ARGS+= --disable-builddir --with-pic --disable-symvers
ifeq ($(ADK_PACKAGE_OPENJDK7),y)
CONFIGURE_ARGS+= --enable-static