freeradius2: completely disable runtime OpenSSL version checks 2194/head
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 28 Dec 2015 14:19:43 +0000 (15:19 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 28 Dec 2015 14:26:44 +0000 (15:26 +0100)
commit76684de82e631c688d9f52b0e3762b32a13b27db
tree6966ce0ed334e3eb568ad0974c23577d1040228b
parentc36d2e8735a3c2f6b2ee685c8739df057dd34ca3
freeradius2: completely disable runtime OpenSSL version checks

Whenever we ship fixed libopenssl binaries in BB, the Freeradius daemon fails
at startup because it detects a mismatch of the build time and runtime OpenSSL
version.

Since our OpenSSL updates for BB are ABI compatible we do not need or even want
this superflous check. Removing it saves us the effort to rebuild Freeradius
after every OpenSSL version bump.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
net/freeradius2/Makefile
net/freeradius2/patches/010-disable-openssl-check.patch [new file with mode: 0644]
net/freeradius2/patches/010-disbale-openssl-check.patch [deleted file]
net/freeradius2/patches/011-upstram-relax-ssl-version-checks.patch [deleted file]