| Summary: | openssl-1.0.2n fails to build | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Sergey Yasinsky <seregajsv> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot, seregajsv |
| Priority: | P5 | ||
| Version: | 2018.02 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Fixed 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch | ||
Strange, openssl/libopenssl builds just fine here, please try
$ rm -r r build/libopenssl-1.0.2n
$ make libopenssl
..and in case of a failure please post the complete build log of the
make step (make libopenssl 2>&1 | tee br_libopenssl.log)
Regards,
Peter
|
Created attachment 7551 [details] Fixed 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch When applying 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch occurs error: patching file Makefile.org Hunk #1 FAILED at 527. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.org.rej I fixed this problem for myself. Please, see attachment.