0be744e495
Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
405 B
Makefile
17 lines
405 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_AUTORECONF=YES
|
|
|
|
LIBCGICC_CONF_OPT = \
|
|
--disable-demos \
|
|
--disable-doc
|
|
|
|
$(eval $(call AUTOTARGETS,package,libcgicc))
|