minisatip: Fix configure option for openssl
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Mar 2024 19:04:09 +0000 (20:04 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 17 Mar 2024 21:40:55 +0000 (22:40 +0100)
commitc7f77bded7093dd96ce6f2dd436f92336d75eb40
treee77919436e17e9b0ff5c8852c3516d455e338e3f
parentb8e6c2d4fc21c4fb0891b9ae37ae616dbc623e71
minisatip: Fix configure option for openssl

The configure option which depends on openSSL is named --disable-dvbca
and not --disable-dvbaes

This fixes the following warning:
configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-nls, --disable-dvbaes

When the option is not set configure will check if openssl is available
and compile against openssl if it find openssl. This breaks the build
because openssl is not defined as a package dependency.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
multimedia/minisatip/Makefile