be2d938eb6
Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> [Thomas: - Adjust license: it is "GPLv2+ or BSD-2c" and not "GPLv2, BSD-2c" - Add the COPYING file to the license files, since it indicates explictly that the license is GPLv2+ or BSD-2c. - Remove the --with-shared configure options, which doesn't exist. - Use LIBCOAP_AUTORECONF = YES instead of calling the autogen.sh script manually. - Add patch to fix build with old gcc versions.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
513 B
Makefile
16 lines
513 B
Makefile
################################################################################
|
|
#
|
|
# libcoap
|
|
#
|
|
################################################################################
|
|
|
|
LIBCOAP_VERSION = c909bf802034b7762a2182848304b2530e58444f
|
|
LIBCOAP_SITE = $(call github,obgm,libcoap,$(LIBCOAP_VERSION))
|
|
LIBCOAP_INSTALL_STAGING = YES
|
|
LIBCOAP_LICENSE = GPLv2+ or BSD-2c
|
|
LIBCOAP_LICENSE_FILES = COPYING LICENSE.GPL LICENSE.BSD
|
|
LIBCOAP_CONF_OPTS = --disable-examples
|
|
LIBCOAP_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|