List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Link with -ldl on GNU Hurd
@ 2016-11-25 20:57 peter
  2016-11-25 20:58 ` Jason
  0 siblings, 1 reply; 2+ messages in thread
From: peter @ 2016-11-25 20:57 UTC (permalink / raw)


Debian GNU/Hurd uses the GNU C library.

Signed-off-by: Peter Colberg <peter at colberg.org>
---
 cgit.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgit.mk b/cgit.mk
index 8d4f5e0..90a2346 100644
--- a/cgit.mk
+++ b/cgit.mk
@@ -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
 
-- 
2.10.2



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

* [PATCH] Link with -ldl on GNU Hurd
  2016-11-25 20:57 [PATCH] Link with -ldl on GNU Hurd peter
@ 2016-11-25 20:58 ` Jason
  0 siblings, 0 replies; 2+ messages in thread
From: Jason @ 2016-11-25 20:58 UTC (permalink / raw)


Hurd!

Honored to merge this.


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

end of thread, other threads:[~2016-11-25 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-25 20:57 [PATCH] Link with -ldl on GNU Hurd peter
2016-11-25 20:58 ` 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).