# -*-makefile-*- # # Copyright (C) 2011 by Robert Schwebel # # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # HOST_PACKAGES-$(PTXCONF_HOST_LIBFFI) += host-libffi # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- HOST_LIBFFI_CONF_TOOL := autoconf HOST_LIBFFI_CONF_OPT := \ $(HOST_AUTOCONF) \ --disable-static # vim: syntax=make