Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildsys: fix static configuration and building #234

Closed
wants to merge 1 commit into from

Commits on Nov 24, 2015

  1. buildsys: fix static configuration and building

    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.
    
    That issues was spotted in Buldroot autobuilder failures:
    http://autobuild.buildroot.net/results/759/75960db671807091fe9155aee9e46a6245e32590/
    http://autobuild.buildroot.org/results/112/112e8b85783f5aaba42a937a6eb064317615a21b/
    
    Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
    abrodkin committed Nov 24, 2015
    Copy the full SHA
    5afb95f View commit details
    Browse the repository at this point in the history