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

Change when ldconfig runs and what files it looks for #1861

Merged
merged 1 commit into from
Dec 10, 2021

Commits on Dec 10, 2021

  1. glibc: include ld.so.conf.d/* to build ld cache

    This commit adds a configuration file for ldconfig to read additional
    configurations from /etc/ld.so.conf, which will be created at runtime by
    the tmpfilesd daemon.
    
    There are packages that create `ldconfig.d/*.conf` files using a
    tmpfilesd file to cache additional libraries, thus `ldconfig.service`
    has to run after the tmpfilesd daemon creates the files.
    
    Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
    arnaldo2792 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    27e43df View commit details
    Browse the repository at this point in the history