7a029fec78
This reverts commit 3e29e1ed5b
, as it
breaks the build of host-libcap.
Fixes:
http://autobuild.buildroot.net/results/4db6fcffd4f1432d2f2349ecb58992c6be568073/
Thanks to Ricardo Martincoski <ricardo.martincoski@gmail.com> for the
analysis of the problem.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
353 B
Makefile
14 lines
353 B
Makefile
################################################################################
|
|
#
|
|
# gperf
|
|
#
|
|
################################################################################
|
|
|
|
GPERF_VERSION = 3.0.4
|
|
GPERF_SITE = $(BR2_GNU_MIRROR)/gperf
|
|
GPERF_LICENSE = GPL-3.0+
|
|
GPERF_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|