[sr-dev] [kamailio/kamailio] cannot build 5.1 branch on Alpine (#1509)

Daniel-Constantin Mierla notifications at github.com
Tue Apr 24 20:20:17 CEST 2018


Maybe worth trying to enclose those functions like in the ticket you referenced above, respectively the lines with `+`:

```
+#ifndef HAVE_BIO_GET_DATA
 void *BIO_get_data(BIO *bio) { return bio->ptr; }
+#endif
+#ifndef HAVE_BIO_SET_DATA
 void BIO_set_data(BIO *bio, void *ptr) { bio->ptr = ptr; }
+#endif
+#ifndef HAVE_BIO_SET_INIT
 void BIO_set_init(BIO *bio, int init) { bio->init = init; }
+#endif
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1509#issuecomment-384031323
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180424/8a23e5b2/attachment.html>


More information about the sr-dev mailing list