remove obsolete libgcc1

last seen in debian oldstable
This commit is contained in:
Joey Hess 2021-10-21 03:02:16 -04:00
parent 6bed8ccbd1
commit 2b6e287013
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -69,7 +69,7 @@ parseLdd = mapMaybe (getlib . dropWhile isSpace) . lines
- XXX Debian specific. -}
glibcLibs :: IO [FilePath]
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.. -}
gconvLibs :: IO [FilePath]