From 79fd90ebe01c14a644b3f730c89e126c317aa6d7 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 11 Jun 2012 19:55:44 +0200 Subject: Fix build on Debian GNU/Hurd platforms, thanks to Jonathan Wiltshire for the patch Fixes issue #98 reported by @guikcd --- make/template/main.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make/template/main.mk') diff --git a/make/template/main.mk b/make/template/main.mk index 9a5f4db05..cf6d72164 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -61,6 +61,9 @@ INSTMODE_LIB = 0644 @IFEQ $(SYSTEM) gnukfreebsd LDLIBS += -ldl -lrt @ENDIF +@IFEQ $(SYSTEM) gnu + LDLIBS += -ldl -lrt +@ENDIF @IFEQ $(SYSTEM) solaris LDLIBS += -lsocket -lnsl -lrt -lresolv @ENDIF -- cgit v1.2.3