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:
attilamolnar 2012-06-11 19:55:44 +02:00 committed by Sir Poggles
parent 0f9b6f82cd
commit 3dde78c5fc

View File

@ -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