# HG changeset patch # User Hans-G?nter Theisgen # Date 1642432268 -3600 # Node ID 3284e9c4ccb992ed974f0f7cd7cec906c856226b # Parent af88ca2c91a9333dc697a951c7a4efe0fa743f86 modified recipe for ctypes.sh diff -r af88ca2c91a9 -r 3284e9c4ccb9 ctypes.sh/receipt --- a/ctypes.sh/receipt Mon Jan 17 15:56:03 2022 +0100 +++ b/ctypes.sh/receipt Mon Jan 17 16:11:08 2022 +0100 @@ -13,14 +13,13 @@ WGET_URL="https://github.com/taviso/$PACKAGE/releases/download/v$VERSION/$TARBALL" DEPENDS="bash libffi" -BUILD_DEPENDS="automake libffi-dev" +BUILD_DEPENDS="libffi-dev" HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./autogen.sh && ./configure \ --prefix=/usr \ $CONFIGURE_ARGS &&