remove obsolete libgcc1
last seen in debian oldstable
This commit is contained in:
parent
6bed8ccbd1
commit
2b6e287013
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ parseLdd = mapMaybe (getlib . dropWhile isSpace) . lines
|
||||||
- XXX Debian specific. -}
|
- XXX Debian specific. -}
|
||||||
glibcLibs :: IO [FilePath]
|
glibcLibs :: IO [FilePath]
|
||||||
glibcLibs = lines <$> readProcess "sh"
|
glibcLibs = lines <$> readProcess "sh"
|
||||||
["-c", "dpkg -L libc6:$(dpkg --print-architecture) libgcc1:$(dpkg --print-architecture) | egrep '\\.so' | grep -v /gconv/ | grep -v ld.so.conf | grep -v sotruss-lib"]
|
["-c", "dpkg -L libc6:$(dpkg --print-architecture) | egrep '\\.so' | grep -v /gconv/ | grep -v ld.so.conf | grep -v sotruss-lib"]
|
||||||
|
|
||||||
{- Get gblibc's gconv libs, which are handled specially.. -}
|
{- Get gblibc's gconv libs, which are handled specially.. -}
|
||||||
gconvLibs :: IO [FilePath]
|
gconvLibs :: IO [FilePath]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue