GNU/kFreeBSD uses the FreeBSD kernel with the GNU C library.
---
cgit.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cgit.mk b/cgit.mk
index 369f309..35e40dc 100644
--- a/cgit.mk
+++ b/cgit.mk
@@ -54,7 +54,7 @@ endif
endif
# Add -ldl to linker flags on non-BSD systems.
-ifeq ($(findstring BSD,$(uname_S)),)
+ifeq (,$(filter $(uname_S),DragonFly FreeBSD NetBSD OpenBSD))
CGIT_LIBS += -ldl
endif
--
2.8.1
_______________________________________________
CGit mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/cgit