link -lrt on linux for glibc < 2.17 compatibility
ok beck@
This commit is contained in:
@@ -16,6 +16,7 @@ case $target_os in
|
||||
*linux*)
|
||||
TARGET_OS=linux;
|
||||
CFLAGS="$CFLAGS -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE"
|
||||
AC_SUBST([PLATFORM_LDADD], ['-lrt'])
|
||||
;;
|
||||
*solaris*)
|
||||
TARGET_OS=solaris;
|
||||
|
Reference in New Issue
Block a user