You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
17 lines
568 B
Makefile
17 lines
568 B
Makefile
|
|
################################################################################
|
||
|
|
#
|
||
|
|
# libhttpserver
|
||
|
|
#
|
||
|
|
################################################################################
|
||
|
|
|
||
|
|
LIBHTTPSERVER_VERSION = 0.17.5
|
||
|
|
LIBHTTPSERVER_SITE = $(call github,etr,libhttpserver,$(LIBHTTPSERVER_VERSION))
|
||
|
|
LIBHTTPSERVER_LICENSE = LGPL-2.1+
|
||
|
|
LIBHTTPSERVER_LICENSE_FILES = COPYING.LESSER
|
||
|
|
LIBHTTPSERVER_INSTALL_STAGING = YES
|
||
|
|
LIBHTTPSERVER_CONF_OPTS = --enable-same-directory-build
|
||
|
|
LIBHTTPSERVER_AUTORECONF = YES
|
||
|
|
LIBHTTPSERVER_DEPENDENCIES = libmicrohttpd
|
||
|
|
|
||
|
|
$(eval $(autotools-package))
|