diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig index 44afe0fe30..1f0f96e8a3 100644 --- a/Makeconfig +++ b/Makeconfig @@ -692,6 +692,8 @@ endif # for now. ifneq (,$(findstring linuxthreads,$(add-ons))) shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so +# Yes, we can compile librt. +rt = rt endif endif # build-shared |