ffca352ac3
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>
27 lines
758 B
Makefile
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))
|