Browse Source

libffi: update to 3.5.2

Waldemar Brodkorb 10 months ago
parent
commit
8d57fb6d7b
1 changed files with 2 additions and 6 deletions
  1. 2 6
      package/libffi/Makefile

+ 2 - 6
package/libffi/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		libffi
-PKG_VERSION:=		3.4.7
+PKG_VERSION:=		3.5.2
 PKG_RELEASE:=		1
-PKG_HASH:=		138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d
+PKG_HASH:=		f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc
 PKG_DESCR:=		foreign function interface library
 PKG_SECTION:=		libs/misc
 HOST_BUILDDEP:=		libtool-host
@@ -25,10 +25,6 @@ $(eval $(call PKG_template,LIBFFI,libffi,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEP
 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
-endif
-
 libffi-install:
 	${INSTALL_DIR} ${IDIR_LIBFFI}/usr/lib
 	${CP} ${WRKINST}/usr/lib*/libffi.so* ${IDIR_LIBFFI}/usr/lib