> > +If you want compile st for OpenBSD you have to remove -lrt from config.mk.
>
> Heyho Roberto,
>
> this is the same patch you posted originally. ;)
>
Ok, I am stupid!!!. I already pushed the wrong commit. This
was the thing I though I was pushing (I forget the commit --amend ^^!!!)
Regards,
commit e8c88a5be2a7d81195f86f04f44b90b70a1eaac3
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Sun Jul 20 10:31:16 2014 +0200
Add information about librt and OpenBSD to the FAQ
diff --git a/FAQ b/FAQ
index 793680a..c7813c9 100644
--- a/FAQ
+++ b/FAQ
_AT_@ -89,3 +89,12 @@ Putting these lines into your .zshrc will fix the problems.
St supports meta in 8bit mode, but the default terminfo entry doesn't
use this capability. If you want it, you have to use the 'st-meta' value
in TERM.
+
+## I cannot compile st in OpenBSD
+
+OpenBSD lacks of librt, but it is mandatory in POSIX
+<
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html#tag_20_11_13>.
+If you want compile st for OpenBSD you have to remove -lrt from config.mk, and
+st will compile without any loss of funcionality because all the functions are
+included in libc on this platform.
+
--
Roberto E. Vargas Caballero
Received on Thu Jul 24 2014 - 19:33:37 CEST