radsecproxy: Fix compile with glibc 2.34
authorHauke Mehrtens <redacted>
Sun, 9 Jan 2022 18:47:40 +0000 (18:47 +0000)
committerRosen Penev <redacted>
Wed, 12 Jan 2022 00:21:19 +0000 (16:21 -0800)
commit1de56f8990f07696fbf74692cf782db784075f67
tree0560931520d39d078cc2859415da65406a788097
parentd8d91931d079adb727aea85e67197419d39ffb91
radsecproxy: Fix compile with glibc 2.34

This backports a patch from upstream radsecproxy to fix compilation with glibc 2.34.

It fixes the following build problem:
radsecproxy.h:35:5: error: missing binary operator before token "("
   35 | #if PTHREAD_STACK_MIN > PTHREAD_STACK_SIZE
      |     ^~~~~~~~~~~~~~~~~
make[5]: *** [Makefile:623: dtls.o] Error 1

Signed-off-by: Hauke Mehrtens <redacted>
net/radsecproxy/Makefile
net/radsecproxy/patches/100-fix-setstacksize-for-glibc-2.34.patch [new file with mode: 0644]
net/radsecproxy/patches/200-logdest-on-foreground.patch
git clone https://git.99rst.org/PROJECT