Files
packages/lang
Jo-Philipp Wich 32f6b85a52 luasec: fix build with OPENSSL_NO_COMP
Currently luasec fails to build if OpenSSL was built without compression
support due to an undefined COMP_METHOD type:

    ssl.c: In function 'meth_compression':
    ssl.c:404:9: error: unknown type name 'COMP_METHOD'
       const COMP_METHOD *comp;
             ^
    <builtin>: recipe for target 'ssl.o' failed
    make[6]: *** [ssl.o] Error 1

Add a local patch to stub the `meth_compression()` function if there is no
compression support available in the OpenSSL library in order to allow
luasec to build.

A similar fix has been added upstream with
https://github.com/brunoos/luasec/pull/30

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-09 09:35:21 +02:00
..
2015-05-13 02:30:20 +02:00
2015-06-23 01:06:36 +02:00
2015-01-06 08:03:36 -08:00
2016-07-10 19:20:01 +03:00
2015-05-04 22:15:22 +08:00
2016-04-29 21:40:17 +02:00
2015-04-23 11:02:58 +00:00
2014-06-16 17:04:06 +02:00
2014-08-27 15:12:16 +08:00
2015-06-17 22:56:26 +08:00
2015-11-22 15:40:20 -06:00
2015-11-22 15:42:19 -06:00
2015-09-14 15:33:18 +02:00
2015-09-14 15:33:18 +02:00
2015-06-30 10:58:19 +02:00
2015-06-30 10:58:19 +02:00
2016-01-23 14:15:55 +01:00
2015-12-21 17:54:02 +01:00
2015-06-30 10:58:19 +02:00
2016-07-19 23:14:33 +02:00
2016-07-27 22:34:43 +08:00
2015-06-16 09:54:01 +02:00
2016-03-17 21:26:14 +08:00
2015-12-02 16:08:57 +08:00
2016-03-22 19:52:42 +08:00
2015-11-13 16:35:14 +08:00
2016-05-01 19:56:52 -03:00
2016-07-31 20:25:01 +08:00
2016-04-30 22:26:59 +02:00