---
config.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.mk b/config.mk
index 7c0018a..3de245b 100644
--- a/config.mk
+++ b/config.mk
@@ -27,8 +27,8 @@ STCPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600
UNAME = $(shell uname -a)
ifeq ($(UNAME),OpenBSD)
CPPFLAGS += -D_BSD_SOURCE
-#else
-# LIBS += -lrt
+else
+ LIBS += -lrt
endif
STCFLAGS = $(INCS) $(STCPPFLAGS) $(CPPFLAGS) $(CFLAGS) $(WARN)
--
2.20.1- Re: [hackers] [st][PATCH 14/24] now st can build witho... Quentin Rameau
- [hackers] [st][PATCH 05/24] avoid warnings from -Wunused-pa... Oliver Galvin
- [hackers] [st][PATCH 10/24] fix -Wshadow warnings, due to v... Oliver Galvin
- [hackers] [st][PATCH 23/24] stylistic stuff: Tidy up indent... Oliver Galvin
- [hackers] [st][PATCH 09/24] avoid redundant declaration and... Oliver Galvin
- [hackers] [st][PATCH 12/24] fix remaining cppcheck warnings... Oliver Galvin
- [hackers] [st][PATCH 18/24] use compiler attribute to check... Oliver Galvin
- [hackers] [st][PATCH 11/24] rename variable to fix cppcheck... Oliver Galvin
- [hackers] [st][PATCH 20/24] use EXIT_FAILURE/SUCCESS on exi... Oliver Galvin
- [hackers] [st][PATCH 24/24] link with librt on non-openbsd ... Oliver Galvin
- Re: [hackers] [st][PATCH 24/24] link with librt on non... David Phillips
- [hackers] [st][PATCH 15/24] update config.def.h with necess... Oliver Galvin
- [hackers] [st][PATCH 13/24] clean up two warnings from clan... Oliver Galvin
- [hackers] [st][PATCH 16/24] avoid leaking memory when xreal... Oliver Galvin
- [hackers] [st][PATCH 17/24] use EXIT_SUCCESS/FAILURE Oliver Galvin
- [hackers] [st][PATCH 08/24] fix warnings from -Wsign-compar... Oliver Galvin
- [hackers] [st][PATCH 04/24] use const where possible, avoid... Oliver Galvin
- Re: [hackers] [st][PATCH 00/24] odg patches - fix warnings/... k0ga
