From 5c3c09448a493ae6ae273e7fba6e2ed4487cd272 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 23:29:51 +0000 Subject: fixed deps for gcc --- repo/devel/gcc.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/devel') diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild index d89d9c3..57d6dae 100644 --- a/repo/devel/gcc.xibuild +++ b/repo/devel/gcc.xibuild @@ -1,7 +1,7 @@ #!/bin/bash -MAKEDEPS=(grep make gmp mpfr mpc binutils) -DEPS=(glibc) +MAKEDEPS=(grep make gmp mpfr libxml2) +DEPS=(glibc binutils mpc) PKG_VER=11.2.0 SOURCE=https://ftp.gnu.org/gnu/gcc/gcc-$PKG_VER/gcc-$PKG_VER.tar.xz -- cgit v1.2.1