catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
328 stars 81 forks source link

Fix building with --enable-axe --disable-dvbca #1110

Closed Jalle19 closed 1 year ago

Jalle19 commented 1 year ago

We must not include anything that depends on <openssl> since it's not available on AXE devices

Jalle19 commented 1 year ago

Correction, OpenSSL is currently available but may not be in the future. I'm trying to move the build environment away from the ancient SH4 toolkit currently used, and there are no distributions except Debian Sid that have a base system for SH4 available so everything must be compiled manually, and I'm trying to cut down on what is needed. OScam needs OpenSSL so I may get rid of that as well.