include libgcc_s in case not pulled in by ldd
libc can demand-load libgcc_s in some situations, it seems
This commit is contained in:
parent
e5cbe8eafe
commit
04860fe3e9
1 changed files with 1 additions and 1 deletions
|
@ -141,4 +141,4 @@ parseLdd = catMaybes . map (getlib . dropWhile isSpace) . lines
|
|||
- XXX Debian specific. -}
|
||||
glibcLibs :: IO [FilePath]
|
||||
glibcLibs = lines <$> readProcess "sh"
|
||||
["-c", "dpkg -L libc6 | egrep '\\.so|gconv'"]
|
||||
["-c", "dpkg -L libc6 libgcc1 | egrep '\\.so|gconv'"]
|
||||
|
|
Loading…
Reference in a new issue