diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-13 20:35:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-13 20:35:32 +0200 |
commit | a85f5b1ee0ccf5e1999f5452ce162e251191dd98 (patch) | |
tree | cee4b93a3de8b8fcef2c303420e752f5635149ae /sal | |
parent | 5b01acf745babb07a1d2c2b926f0aaee2bde0e91 (diff) |
clock_gettime requires -lrt at least on Fedora 18
Change-Id: Id01c86517a89dffd560440d333a37eaa80738b56
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index 4b2370a50c6c..37e01a6bcba9 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -63,6 +63,7 @@ $(eval $(call gb_Library_add_libs,sal,\ ) \ $(if $(filter $(OS),LINUX), \ -ldl \ + -lrt \ ) \ $(if $(filter $(OS),SOLARIS), \ -lnsl \ |