c823c6ee6a
In case of uClibc librt depends on libpthread. In particular timer_create() function uses pthread_XXX(). That means in case of static builds it's required to link not librt alone but together with libpthread. So if checking timer_create function in librt fails, it is necessary to check if timer_create function successfully links with "-lpthread". That issues was spotted in Buldroot autobuilder failures: http://autobuild.buildroot.net/results/759/75960db671807091fe9155aee9e46a6245e32590/ http://autobuild.buildroot.org/results/112/112e8b85783f5aaba42a937a6eb064317615a21b/ 0005-build-sys-use-REALTIME_LIBS.patch is a back-port of upstream |
||
---|---|---|
.. | ||
0001-sscanf-no-ms-as.patch | ||
0003-c.h-define-mkostemp-for-older-version-of-uClibc.patch | ||
0004-vipw-Remove-pre-ANSI-compiler-support.patch | ||
0005-build-sys-use-REALTIME_LIBS.patch | ||
0006-buildsys-fix-static-configuration-and-building.patch | ||
Config.in | ||
Config.in.host | ||
login.pam | ||
su.pam | ||
util-linux.hash | ||
util-linux.mk |