From c5cda58914fe18f0730a66424751d2657c7194ee Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 18 Jan 2010 19:49:07 +0000 Subject: Linux apparently needs another library for linking now... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12294 e03df62e-2008-0410-955e-edbf42e46eb7 --- make/template/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/template/main.mk b/make/template/main.mk index 1413d2fff..964e12fae 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -37,7 +37,7 @@ INSTMODE_LIB = 0644 @IFEQ $(SYSTEM) linux - LDLIBS += -ldl + LDLIBS += -ldl -lrt @ELSIFEQ $(SYSTEM) solaris LDLIBS += -lsocket -lnsl -lrt -lresolv @ELSIFEQ $(SYSTEM) sunos -- cgit v1.2.3