Patch Set 2: > > I would argue to activate the --enable-gnutls by default, if it > is present on the system. > > > Or maybe rather, fail configure.ac if gnutls is not found AND no > --disable-gnutls was present. > > What should be the default for .deb packages?
a run-time fallback to gnutls should be enabled. So we first try getrandom() and if that fails, we use gnutls. This will produce a binary that will do the best possible option on any particular kernel version / sytem. -- To view, visit https://gerrit.osmocom.org/4593 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic77866ce65acf524b768882c751a4f9c0635740b Gerrit-PatchSet: 2 Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Owner: Max <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: Max <[email protected]> Gerrit-HasComments: No
