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

Makefile: remove ldconfig -n. #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Apr 11, 2022

  1. Makefile: remove ldconfig -n.

    `ldconfig` can't be assumed to be available.
    
    ```
    ldconfig -n /tmp/spack-stage/spack-stage-gdrcopy-2.3-lxw353euu26enjkcctzbux6n6cj3wjgt/spack-src/src
    make[1]: ldconfig: Command not found
    make[1]: *** [Makefile:60: libgdrapi.so.2.3] Error 127
    ```
    
    ```
    cat /etc/os-release 
    NAME="SLES"
    VERSION="15-SP2"
    VERSION_ID="15.2"
    PRETTY_NAME="SUSE Linux Enterprise Server 15 SP2"
    ```
    haampie authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    46c3b8e View commit details
    Browse the repository at this point in the history