aboutsummaryrefslogtreecommitdiff
path: root/Build/LinuxMkLibs.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-31 14:23:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-31 14:23:49 -0400
commit90a28ca0ff7123cd939c90930dec6479da6bd136 (patch)
tree20c8ad8789414ad215b7f75902bc77946353a444 /Build/LinuxMkLibs.hs
parent5e8c6b1006861ec24d9405af5006674b24efecba (diff)
include libgcc in linux standalone
Diffstat (limited to 'Build/LinuxMkLibs.hs')
-rw-r--r--Build/LinuxMkLibs.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/LinuxMkLibs.hs b/Build/LinuxMkLibs.hs
index 6c89216bf..74641d811 100644
--- a/Build/LinuxMkLibs.hs
+++ b/Build/LinuxMkLibs.hs
@@ -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'"]