diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-02-28 15:14:59 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-02-28 15:14:59 -0600 |
commit | 89ce252315659d308e76155fd15fb93d6238a498 (patch) | |
tree | 48c9b8264afca08950b349a724c26a59e4c5fdac | |
parent | aa516e1b9384ffb7dac030d63b457f2de040919a (diff) |
install-opensuse-deps.sh: add glibc-devel-static for OpenSUSE 12
-rwxr-xr-x | multitech/contrib/install-deps/install-opensuse-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/contrib/install-deps/install-opensuse-deps.sh b/multitech/contrib/install-deps/install-opensuse-deps.sh index d4822ad..e85cf0b 100755 --- a/multitech/contrib/install-deps/install-opensuse-deps.sh +++ b/multitech/contrib/install-deps/install-opensuse-deps.sh @@ -1,3 +1,3 @@ #!/bin/sh -zypper in subversion git python help2man diffstat wget gcc gcc-c++ libstdc++ glibc-devel texinfo make automake patch chrpath +zypper in subversion git python help2man diffstat wget gcc gcc-c++ libstdc++ glibc-devel glibc-devel-static texinfo make automake patch chrpath |