summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-11-07 11:53:21 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-11-07 16:53:24 +0100
commit6d11fdcd8ef05000dd20b3431f8491790f99a802 (patch)
treeafa56c3e4a503f9d5fc1a016fd289369652dbeac /src/python
parentcf5357ae83cc9fe2240038b8bdccec2cb98991fc (diff)
BUILD: Fix linking with librt
The posix realime extensions defines timer_* functions but it does not mention library with these functions. http://www.unix.org/version2/whatsnew/realtime.html The autoconf macro AC_SEARCH_LIBS firstly check the function timer_create with no libraries, then for each library listed in 2nd parameter. Possible libraries librt and libposix4 were used in nspr for similar detection. Reviewed-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
Diffstat (limited to 'src/python')
0 files changed, 0 insertions, 0 deletions