diff options
author | Joris Lijssens <joris.lijssens@gmail.com> | 2016-05-30 16:15:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-09 21:56:28 +0200 |
commit | be2d938eb63d2bf15080f19d90c97b3b13736ee7 (patch) | |
tree | cae2e8f2c2728ab883389287615813855a1f4b12 /package/Config.in | |
parent | a2b66b348afe777384da74b5152668e72436c39d (diff) | |
download | buildroot-be2d938eb63d2bf15080f19d90c97b3b13736ee7.tar.gz buildroot-be2d938eb63d2bf15080f19d90c97b3b13736ee7.zip |
libcoap: new package
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>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 38c852745f..d78ffafa9c 100644 --- a/package/Config.in +++ b/package/Config.in @@ -1139,6 +1139,7 @@ menu "Networking" source "package/ibrdtn/Config.in" source "package/libcgi/Config.in" source "package/libcgicc/Config.in" + source "package/libcoap/Config.in" source "package/libcurl/Config.in" source "package/libdnet/Config.in" source "package/libeXosip2/Config.in" |