From dcd2b348c277a9dddb3dea385eed0e2d2b845718 Mon Sep 17 00:00:00 2001 From: InfRandomness Date: Sun, 13 Jun 2021 21:46:35 +0200 Subject: [PATCH] Add missing suse packages --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c326728..afde5d0 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -324,7 +324,7 @@ suse() fi fi echo "Installing necessary build tools..." - sudo zypper install gcc gcc-c++ glibc-devel-32bit nasm make fuse-devel cmake + sudo zypper install gcc gcc-c++ glibc-devel-32bit nasm make fuse-devel cmake openssl automake gettext-tools libtool po4a patch flex gperf } ##############################################################################