detect glibc round 2
This commit is contained in:
parent
4c5025b8f7
commit
49f3e519f7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ linux_CFLAGS=-pipe
|
|||
linux_CXXFLAGS=$(linux_CFLAGS) -std=c++11
|
||||
|
||||
linux_release_CFLAGS=-O3 -g
|
||||
ifeq (1,$(shell ldd --version \| head -1 \| awk '{print \$NF < 2.28}'))
|
||||
ifeq (1,$(shell ldd --version | head -1 | awk '{print $$NF < 2.28}'))
|
||||
linux_release_CFLAGS+= -include $(BASEDIR)/glibc_version_header/force_link_glibc_2.19.h
|
||||
endif
|
||||
linux_release_CXXFLAGS=$(linux_release_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue