Debian GNU/Hurd uses the GNU C library.

Signed-off-by: Peter Colberg <peter@colberg.org>
Этот коммит содержится в:
Peter Colberg 2016-11-25 15:57:11 -05:00 коммит произвёл Jason A. Donenfeld
родитель 5ccd965258
Коммит 2b993402c7

Просмотреть файл

@ -54,7 +54,7 @@ endif
endif
# Add -ldl to linker flags on systems that commonly use GNU libc.
ifneq (,$(filter $(uname_S),Linux GNU/kFreeBSD))
ifneq (,$(filter $(uname_S),Linux GNU GNU/kFreeBSD))
CGIT_LIBS += -ldl
endif