adguardhome: enable legacy openssl provider for nodejs
authorDobroslaw Kijowski <redacted>
Wed, 8 Mar 2023 08:46:14 +0000 (09:46 +0100)
committerTianling Shen <redacted>
Wed, 8 Mar 2023 15:11:57 +0000 (23:11 +0800)
commit2e68b9f51547cff76dc0b74ab0729961333839fa
tree83894e3a638c94786c372efed0e4694f10891ac5
parentd71c26c7af61fbdcf22231cb182987bf1fe66853
adguardhome: enable legacy openssl provider for nodejs

Currently compilation fails because of:
```
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
```

What's interesting package gets built but when trying to access UI there's
`404: page not found` error.

It has been reported in multiple places:
* https://github.com/AdguardTeam/AdGuardHome/issues/5559
* https://github.com/AdguardTeam/AdGuardHome/issues/4595

Signed-off-by: Dobroslaw Kijowski <redacted>
net/adguardhome/Makefile
git clone https://git.99rst.org/PROJECT