wok-6.x annotate kamailio/stuff/patches/Makefile.defs-5.5.4 @ rev 24709

updated le (1.16.7 -> 1.16.8)
author Hans-G?nter Theisgen
date Mon Mar 14 16:58:50 2022 +0100 (2022-03-14)
parents
children
rev   line source
Hans-G?nter@24696 1 --- src/Makefile.defs.original
Hans-G?nter@24696 2 +++ src/Makefile.defs
Hans-G?nter@24696 3 @@ -1893,7 +1893,7 @@
Hans-G?nter@24696 4 endif
Hans-G?nter@24696 5 ifeq ($(CC_NAME), gcc)
Hans-G?nter@24696 6 # link librt for glibc <= 2.17
Hans-G?nter@24696 7 - GLIBCVER=$(shell ldd --version | head -1 | sed -e 's/^.* //' -e 's/\.//' )
Hans-G?nter@24696 8 + GLIBCVER=$(shell ldd --version | head -1 | sed -e 's/^.* //' -e 's/\.//' -e 's|\..*||' )
Hans-G?nter@24696 9 ifeq ($(shell [ $(GLIBCVER) -le 217 ] && echo librt), librt)
Hans-G?nter@24696 10 LIBS+=-lrt
Hans-G?nter@24696 11 endif