]> git.99rst.org Git - openwrt-packages.git/commit
freeradius3: fix recursive dependency from libopenssl-legacy
authorAlexandru Ardelean <redacted>
Tue, 28 Jul 2026 08:43:36 +0000 (11:43 +0300)
committerAlexandru Ardelean <redacted>
Tue, 28 Jul 2026 12:16:28 +0000 (15:16 +0300)
commit7933a6fe8e85ea0bd9bfe33126e0858962eb5128
tree06f3e014fef8948b38ad6f694b05970699fa090a
parentb7defd3980e653eecfb12bebb0a98a03103653dd
freeradius3: fix recursive dependency from libopenssl-legacy

The 3.2.10 update made freeradius3-common select libopenssl-legacy, which
hard-depends on libopenssl; the generator propagates that onto common's
selectors (freeradius3, freeradius3-utils) as a FREERADIUS3_OPENSSL depends,
looping with the SSL choice. Declare the OpenSSL deps there too to break it.

Fixes: https://github.com/openwrt/packages/pull/30081#issuecomment-5100951400
Signed-off-by: Alexandru Ardelean <redacted>
net/freeradius3/Makefile
git clone https://git.99rst.org/PROJECT