mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix build on Debian GNU/Hurd platforms, thanks to Jonathan Wiltshire <jmw@debian.org> for the patch
Fixes issue #98 reported by @guikcd Conflicts: make/template/main.mk
This commit is contained in:
parent
0f9b6f82cd
commit
3dde78c5fc
@ -66,6 +66,9 @@ INSTMODE_LIB = 0644
|
||||
@IFEQ $(SYSTEM) openbsd
|
||||
LDLIBS += -Wl,--export-dynamic
|
||||
@ENDIF
|
||||
@IFEQ $(SYSTEM) gnu
|
||||
LDLIBS += -ldl -lrt
|
||||
@ENDIF
|
||||
@IFEQ $(SYSTEM) solaris
|
||||
LDLIBS += -lsocket -lnsl -lrt -lresolv
|
||||
@ENDIF
|
||||
|
Loading…
x
Reference in New Issue
Block a user