Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-546

Extra path variable doest add lib64 to new paths, only default /lib64

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.3.1
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None

      when adding --extrapath=x currently x/lib64 is not added to the path which can break the build when dependencies are installed into /extra/path/lib64. In SConstruct, line 296 adding

      env.Append( LIBPATH=[ x + "/lib64" ] )

      resolves this

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            bterm Bob T. Terminal
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: