| Summary: | ASTERISK-20392: OpenSSL headers not picked up when configured using --with-ssl= | ||
| Reporter: | David M. Lee (dlee) | Labels: | |
| Date Opened: | 2012-09-07 22:26:33 | Date Closed: | 2012-09-07 23:01:07 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/BuildSystem |
| Versions: | 1.8.15.1 | Frequency of Occurrence | |
| Related Issues: | |||
| Environment: | OpenSSL installed in location other than /usr or /usr/local | Attachments: | |
| Description: | Some of the files that use OpenSSL ({{ssl.c}}/{{libasteriskssl.c}}, {{tcptls.c}}) don't properly set {{OPENSSL_INCLUDE}} in {{CFLAGS}}. This means that they pull in the local system headers for OpenSSL (if they exist) instead of the include subdirectory of the specified {{--with-ssl=}} configure flag. | ||
| Comments: | |||