Skip to content

Commit

Permalink
Fix build on Debian GNU/Hurd platforms, thanks to Jonathan Wiltshire …
Browse files Browse the repository at this point in the history
…<jmw@debian.org> for the patch

Fixes issue inspircd#98 reported by @guikcd
  • Loading branch information
attilamolnar authored and Sir Poggles committed Jun 13, 2012
1 parent 675581c commit 79fd90e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/template/main.mk
Expand Up @@ -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
Expand Down

0 comments on commit 79fd90e

Please sign in to comment.