buildrootschalter/package/libenca/libenca.mk
Thomas Petazzoni ffca352ac3 Revert "libenca: Move build host tool to PRE_BUILD_HOOKS"
This reverts commit 0644378b51, because
the PRE_BUILD_HOOKS support has not been merged yet.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-08 11:08:45 +01:00

27 lines
758 B
Makefile

################################################################################
#
# libenca
#
################################################################################
LIBENCA_VERSION = 1.15
LIBENCA_SITE = $(call github,nijel,enca,$(LIBENCA_VERSION))
LIBENCA_INSTALL_STAGING = YES
LIBENCA_AUTORECONF = YES
LIBENCA_LICENSE = GPLv2
LIBENCA_LICENSE_FILES = COPYING
LIBENCA_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
LIBENCA_CONF_ENV += ac_cv_file__dev_random=yes \
ac_cv_file__dev_urandom=yes \
ac_cv_file__dev_arandom=no \
ac_cv_file__dev_srandom=no
define LIBENCA_MAKE_HOST_TOOL
$(MAKE) -C $(@D)/tools $(HOST_CONFIGURE_OPTS) make_hash
endef
LIBENCA_POST_CONFIGURE_HOOKS += LIBENCA_MAKE_HOST_TOOL
$(eval $(autotools-package))