From 89ce252315659d308e76155fd15fb93d6238a498 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 28 Feb 2014 15:14:59 -0600 Subject: install-opensuse-deps.sh: add glibc-devel-static for OpenSUSE 12 --- multitech/contrib/install-deps/install-opensuse-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3