Skip to content

openssl.recipe: Fix compile errors on upgrades

Nirbheek Chauhan requested to merge nirbheek/cerbero:openssl-fixes into main

Because of the CFLAGS that we are adding, openssl's build system ends up picking up the headers in the install prefix over the headers in the source tree. Leads to build failures when new prototypes, defines, enums, etc are added.

Merge request reports