mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-19 08:05:12 +00:00
Ooops. Took out debugging code.
This commit is contained in:
@@ -9,7 +9,6 @@ ifeq ($(USE_LIBBSD),T)
|
||||
# Because we only need strlcat, strlcpy and friends from libbsd
|
||||
# and they are included in glibc from 2.38 on.
|
||||
GLIBC_VERSION := $(shell ldd --version | head -1 | sed -e "s/^.* \([0-9]\.[0-9]\+\)/\\1/")
|
||||
$(info xxxxxxx $(GLIBC_VERSION))
|
||||
GLIBC_CHECK := $(shell echo "$(GLIBC_VERSION) >= 2.38" | bc)
|
||||
ifneq ($(GLIBC_CHECK),1)
|
||||
include linux-libbsd.mk
|
||||
|
||||
Reference in New Issue
Block a user