OpenBSD does not have librt

next
David Coppa 2014-03-26 10:01:50 +01:00 committed by Michael Stapelberg
parent 910875aea6
commit 2ba0d1ea49
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ endif
ifeq ($(UNAME),Darwin)
LIBS += -liconv
else
# Darwin (Mac OS X) doesnt have librt
else ifneq ($(UNAME),OpenBSD)
# Darwin (Mac OS X) and OpenBSD do not have librt
LIBS += -lrt
endif