Morgan Delestre
372113ff93
monkey: new package
...
Monkey is a small, fast and lightweight open source Web Server for
GNU/Linux. It has been designed with focus in embedded devices,
therefore its scalable by nature having a low memory and CPU
consumption and an excellent performance.
[Thomas:
- Add missing dependency on !BR2_STATIC_LIBS (the source code uses
dlopen) and BR2_USE_MMU (the source code uses fork)
- Slightly adjust/reword the description of the
BR2_PACKAGE_MONKEY_SHARED option.
- Remove all the complicated installation logic for the target, and
just use "make install" instead.
- Pass --no-backtrace when uClibc is used, otherwise the build fails
because <execinfo.h> is not available in uClibc.
- Pass $(TARGET_CONFIGURE_OPTS) in the environment of the configure
script., otherwise monkey gets built for the host and not for the
target.
- Add a post install target hook to remove a broken symlink
libmonkey.so installed by Monkey's Makefile when the shared
library is not enabled.
- Use TARGET_MAKE_ENV when calling make, just because we should.
- Pass --malloc-libc so that the libc malloc() is used instead of
the builtin jemalloc allocator, which requires more work to
cross-compile properly.
- Add missing empty line after the .mk header and before the first
variable definition.]
Signed-off-by: Julien Corjon <corjon.j@ecagroup.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-06-30 12:13:47 +02:00
..
2015-06-21 06:42:57 +02:00
2015-05-16 15:36:21 +02:00
2015-06-21 06:49:42 +02:00
2015-05-15 00:07:03 +02:00
2015-05-21 22:47:44 +02:00
2015-05-03 19:19:25 +02:00
2015-05-15 00:08:27 +02:00
2015-05-05 22:42:57 +02:00
2015-06-13 14:52:53 +02:00
2015-05-16 15:36:21 +02:00
2015-06-17 23:34:09 +02:00
2015-05-15 00:59:31 +02:00
2015-06-14 23:34:01 +02:00
2015-05-16 17:24:16 +02:00
2015-06-13 14:53:01 +02:00
2015-05-03 13:33:02 +02:00
2015-06-28 14:35:15 +02:00
2015-06-28 15:26:40 +02:00
2015-06-01 23:52:57 +02:00
2015-06-22 22:14:22 +02:00
2015-06-28 22:48:27 +02:00
2015-05-16 23:19:53 +02:00
2015-06-09 22:42:16 +02:00
2015-05-16 09:26:29 +02:00
2015-06-04 15:28:22 +02:00
2015-06-26 09:38:36 +02:00
2015-05-15 00:33:25 +02:00
2015-05-31 23:12:32 +02:00
2015-05-07 22:20:28 +02:00
2015-05-13 09:17:49 +02:00
2015-06-02 22:46:30 +02:00
2015-05-13 15:31:23 +02:00
2015-06-21 09:38:04 +02:00
2015-06-20 15:59:28 +02:00
2015-06-26 09:44:35 +02:00
2015-05-06 23:48:51 +02:00
2015-05-17 20:45:20 +02:00
2015-05-27 13:28:05 +02:00
2015-05-31 14:35:34 +02:00
2015-05-25 22:07:57 +02:00
2015-06-18 23:41:41 +02:00
2015-05-17 21:02:29 +02:00
2015-06-01 23:55:12 +02:00
2015-06-15 23:41:02 +02:00
2015-05-21 23:22:53 +02:00
2015-05-13 10:12:17 +02:00
2015-05-11 22:26:39 +02:00
2015-06-21 09:56:01 +02:00
2015-06-12 21:20:47 +02:00
2015-06-12 21:28:43 +02:00
2015-05-26 23:56:43 +02:00
2015-05-21 23:09:49 +02:00
2015-05-25 22:22:33 +02:00
2015-06-21 06:37:08 +02:00
2015-05-20 23:20:53 +02:00
2015-06-10 23:00:37 +02:00
2015-06-28 15:26:40 +02:00
2015-06-02 22:45:59 +02:00
2015-06-28 14:35:15 +02:00
2015-06-28 14:35:15 +02:00
2015-05-22 07:58:51 +02:00
2015-06-11 22:08:35 +02:00
2015-05-06 22:50:27 +02:00
2015-06-19 20:13:50 +02:00
2015-06-28 15:34:32 +02:00
2015-05-11 08:59:18 +02:00
2015-06-04 15:34:01 +02:00
2015-06-21 06:35:42 +02:00
2015-05-04 14:35:21 +02:00
2015-05-13 10:07:13 +02:00
2015-06-21 09:47:57 +02:00
2015-06-23 22:59:23 +02:00
2015-05-27 13:40:18 +02:00
2015-06-01 23:57:16 +02:00
2015-05-17 09:22:49 +02:00
2015-06-26 20:41:44 +02:00
2015-05-07 23:34:11 +02:00
2015-06-18 22:37:51 +02:00
2015-06-26 09:45:08 +02:00
2015-05-16 23:31:07 +02:00
2015-05-04 20:51:32 +02:00
2015-05-19 20:03:42 +02:00
2015-06-04 15:36:00 +02:00
2015-06-22 22:14:14 +02:00
2015-05-24 23:49:24 +02:00
2015-06-29 21:59:06 +02:00
2015-06-26 09:44:49 +02:00
2015-06-01 23:54:37 +02:00
2015-05-21 23:41:13 +02:00
2015-05-26 23:58:42 +02:00
2015-05-19 21:36:18 +02:00
2015-05-31 14:35:34 +02:00
2015-05-16 18:28:06 +02:00
2015-05-25 22:18:10 +02:00
2015-06-08 00:07:55 +02:00
2015-06-12 21:59:03 +02:00
2015-06-05 16:25:06 +02:00
2015-06-09 22:52:19 +02:00
2015-05-15 00:18:24 +02:00
2015-05-21 12:08:29 +02:00
2015-06-19 20:19:43 +02:00
2015-06-28 15:26:40 +02:00
2015-06-26 21:26:47 +02:00
2015-06-04 15:34:23 +02:00
2015-05-03 19:31:39 +02:00
2015-05-15 00:33:25 +02:00
2015-06-26 09:38:21 +02:00
2015-06-18 22:41:32 +02:00
2015-06-07 22:42:32 +02:00
2015-06-08 00:09:24 +02:00
2015-05-03 19:33:52 +02:00
2015-05-16 09:29:28 +02:00
2015-06-02 00:00:35 +02:00
2015-05-31 10:22:28 +02:00
2015-06-14 23:07:56 +02:00
2015-06-09 22:42:52 +02:00
2015-05-24 23:34:21 +02:00
2015-06-04 15:51:11 +02:00
2015-06-04 15:51:20 +02:00
2015-05-25 22:20:48 +02:00
2015-05-16 17:24:05 +02:00
2015-05-12 16:28:15 +02:00
2015-06-02 22:45:21 +02:00
2015-05-13 10:08:15 +02:00
2015-05-13 15:31:59 +02:00
2015-06-23 13:08:26 +02:00
2015-06-02 22:59:54 +02:00
2015-06-28 23:05:36 +02:00
2015-06-12 23:06:10 +02:00
2015-05-20 23:25:53 +02:00
2015-06-15 23:12:10 +02:00
2015-05-27 12:35:52 +02:00
2015-06-07 22:46:55 +02:00
2015-06-07 22:46:31 +02:00
2015-06-15 16:19:01 +02:00
2015-06-26 20:21:53 +02:00
2015-06-28 15:18:04 +02:00
2015-06-14 23:10:39 +02:00
2015-06-14 23:10:32 +02:00
2015-06-22 23:05:06 +02:00
2015-05-18 11:48:51 +02:00
2015-06-18 23:41:41 +02:00
2015-06-02 22:47:08 +02:00
2015-05-03 23:15:05 +02:00
2015-06-15 23:14:26 +02:00
2015-06-11 22:14:20 +02:00
2015-06-23 13:08:09 +02:00
2015-05-17 20:45:37 +02:00
2015-06-29 21:59:34 +02:00
2015-05-30 18:05:44 +02:00
2015-06-18 23:36:00 +02:00
2015-06-02 22:48:14 +02:00
2015-06-02 22:48:23 +02:00
2015-05-16 23:27:23 +02:00
2015-06-02 22:48:35 +02:00
2015-06-12 21:41:41 +02:00
2015-06-19 21:06:43 +02:00
2015-06-11 09:59:21 +02:00
2015-06-02 23:12:07 +02:00
2015-06-02 23:04:50 +02:00
2015-06-09 23:09:20 +02:00
2015-06-09 23:07:12 +02:00
2015-06-09 23:03:06 +02:00
2015-06-09 23:05:16 +02:00
2015-06-09 23:07:27 +02:00
2015-06-09 23:07:27 +02:00
2015-06-09 23:10:40 +02:00
2015-06-09 23:05:25 +02:00
2015-06-09 21:38:28 +02:00
2015-06-21 09:57:46 +02:00
2015-06-21 09:57:46 +02:00
2015-05-13 10:10:40 +02:00
2015-06-09 23:37:46 +02:00
2015-06-15 23:42:28 +02:00
2015-05-15 00:52:10 +02:00
2015-06-30 12:13:47 +02:00
2015-05-16 23:28:18 +02:00
2015-05-11 09:04:24 +02:00
2015-06-01 23:52:57 +02:00
2015-06-05 16:25:44 +02:00
2015-06-26 09:39:52 +02:00
2015-06-26 09:40:22 +02:00
2015-06-20 15:59:15 +02:00
2015-06-02 22:45:02 +02:00
2015-06-02 23:05:13 +02:00
2015-06-14 14:49:45 +02:00
2015-06-15 16:25:46 +02:00
2015-05-27 13:03:12 +02:00
2015-05-31 22:32:23 +02:00
2015-05-05 17:12:15 +02:00
2015-05-22 00:04:32 +02:00
2015-06-02 23:32:19 +02:00
2015-06-15 23:41:56 +02:00
2015-05-22 00:32:31 +02:00
2015-06-28 23:02:21 +02:00
2015-05-31 15:21:23 +02:00
2015-06-28 15:14:24 +02:00
2015-06-04 14:26:09 +02:00
2015-05-19 21:34:26 +02:00
2015-06-18 23:41:41 +02:00
2015-06-07 23:58:49 +02:00
2015-05-15 00:59:38 +02:00
2015-06-09 21:37:26 +02:00
2015-06-26 20:46:01 +02:00
2015-06-22 23:05:06 +02:00
2015-05-13 22:21:32 +02:00
2015-06-12 22:16:11 +02:00
2015-06-26 09:44:12 +02:00
2015-06-22 23:05:06 +02:00
2015-06-09 22:43:34 +02:00
2015-06-06 15:38:56 +02:00
2015-06-26 10:14:12 +02:00
2015-06-29 21:59:57 +02:00
2015-06-12 21:28:33 +02:00
2015-06-23 18:59:05 +02:00
2015-05-06 21:35:32 +02:00
2015-06-21 06:39:19 +02:00
2015-06-11 22:35:00 +02:00
2015-05-22 07:30:54 +02:00
2015-05-17 09:22:49 +02:00
2015-05-20 23:25:53 +02:00
2015-06-28 14:04:33 +02:00
2015-06-22 23:13:46 +02:00
2015-05-31 21:45:04 +02:00
2015-06-09 23:58:02 +02:00
2015-05-16 09:26:29 +02:00
2015-06-21 06:51:33 +02:00
2015-06-18 22:38:13 +02:00
2015-06-18 23:41:28 +02:00
2015-05-17 00:08:35 +02:00
2015-06-12 21:31:19 +02:00
2015-06-18 23:25:08 +02:00
2015-06-29 22:01:41 +02:00
2015-06-22 23:05:06 +02:00
2015-05-20 23:28:29 +02:00
2015-06-02 23:32:28 +02:00
2015-06-22 23:05:06 +02:00
2015-06-29 22:16:39 +02:00
2015-06-29 22:16:45 +02:00
2015-06-26 09:32:55 +02:00
2015-05-14 11:01:49 +02:00
2015-06-08 00:04:02 +02:00
2015-05-04 19:11:09 +02:00
2015-05-31 10:36:35 +02:00
2015-06-04 15:33:46 +02:00
2015-05-21 23:12:06 +02:00
2015-06-22 23:05:06 +02:00
2015-06-14 14:47:23 +02:00
2015-06-21 06:49:24 +02:00
2015-06-17 22:55:54 +02:00
2015-06-02 22:44:08 +02:00
2015-06-09 21:35:19 +02:00
2015-06-09 22:44:07 +02:00
2015-06-12 21:28:39 +02:00
2015-06-23 22:57:44 +02:00
2015-06-21 06:42:04 +02:00
2015-06-28 15:23:31 +02:00
2015-06-13 14:52:57 +02:00
2015-06-29 22:02:35 +02:00
2015-06-01 23:56:17 +02:00
2015-05-16 09:26:29 +02:00
2015-06-22 22:14:09 +02:00
2015-05-16 18:28:11 +02:00
2015-06-18 23:18:44 +02:00
2015-06-29 17:43:13 +02:00
2015-06-21 06:33:51 +02:00
2015-06-14 23:08:29 +02:00
2015-05-16 18:37:05 +02:00
2015-06-28 15:11:29 +02:00
2015-05-25 22:16:26 +02:00
2015-06-25 00:50:05 +02:00
2015-05-20 23:30:29 +02:00
2015-06-14 23:10:44 +02:00
2015-05-20 23:30:26 +02:00
2015-05-20 23:30:22 +02:00
2015-05-15 00:33:25 +02:00
2015-05-20 23:30:19 +02:00
2015-06-10 11:47:46 +02:00
2015-06-28 22:56:14 +02:00
2015-05-20 23:30:17 +02:00
2015-05-13 14:10:44 +02:00
2015-05-20 23:30:00 +02:00
2015-06-21 06:40:42 +02:00
2015-06-21 06:40:51 +02:00
2015-06-10 09:38:53 +02:00
2015-05-18 11:49:53 +02:00
2015-06-10 09:39:10 +02:00
2015-06-18 22:43:05 +02:00
2015-05-04 20:51:41 +02:00
2015-05-20 23:30:13 +02:00
2015-05-18 08:42:23 +02:00
2015-05-18 08:42:23 +02:00
2015-06-21 06:50:53 +02:00
2015-06-25 00:51:20 +02:00
2015-06-07 22:56:09 +02:00
2015-05-16 21:16:25 +02:00
2015-06-07 23:58:18 +02:00
2015-06-07 22:48:39 +02:00
2015-05-16 09:26:29 +02:00
2015-05-13 09:15:21 +02:00
2015-06-14 23:08:59 +02:00
2015-05-16 14:17:38 +02:00
2015-06-30 12:13:47 +02:00
2015-05-13 10:12:17 +02:00
2015-06-05 16:24:54 +02:00
2015-06-05 16:24:54 +02:00
2015-05-31 11:56:56 +02:00
2015-06-28 14:29:26 +02:00
2015-06-21 09:47:12 +02:00