List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Link with -ldl on GNU/kFreeBSD
@ 2016-06-19 22:55 peter
  2016-07-01 21:56 ` Jason
  2016-07-02  1:50 ` peter
  0 siblings, 2 replies; 7+ messages in thread
From: peter @ 2016-06-19 22:55 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-06 21:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-19 22:55 [PATCH] Link with -ldl on GNU/kFreeBSD peter
2016-07-01 21:56 ` Jason
2016-07-02  1:33   ` peter
2016-07-02  1:50 ` peter
2016-07-02  2:00   ` [PATCH v2] " peter
2016-07-06 21:30     ` peter
2016-07-06 21:57       ` Jason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).