bdc9c05f44
The patch had an incorrect name, and the libtool patch was applied while it shouldn't, and the package wasn't autoreconfed while the patch changes some Makefile.am files. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
431 B
Makefile
18 lines
431 B
Makefile
#############################################################
|
|
#
|
|
# libcgicc
|
|
#
|
|
#############################################################
|
|
LIBCGICC_VERSION=3.2.9
|
|
LIBCGICC_SITE=$(BR2_GNU_MIRROR)/cgicc
|
|
LIBCGICC_SOURCE=cgicc-$(LIBCGICC_VERSION).tar.gz
|
|
LIBCGICC_INSTALL_STAGING=YES
|
|
LIBCGICC_LIBTOOL_PATCH=NO
|
|
LIBCGICC_AUTORECONF=YES
|
|
|
|
LIBCGICC_CONF_OPT = \
|
|
--disable-demos \
|
|
--disable-doc
|
|
|
|
$(eval $(call AUTOTARGETS,package,libcgicc))
|