fix pci_irq.c - memory leak - wrong irq_name allocated length (#367)

add function declaration to avoid compiling warning

add extra packages need for build

Co-authored-by: Yao Zhao <dragonlinux@gmail.com>
This commit is contained in:
zhaoyao73
2023-09-03 01:36:02 -04:00
committed by GitHub
parent d9113303d8
commit 607783d741
3 changed files with 15 additions and 9 deletions

View File

@ -89,7 +89,9 @@ case `cat /etc/os-release | grep '^NAME=' | cut -d'"' -f2` in
wget
;;
"Arch"*)
sudo pacman -S --needed --noconfirm gcc make flex wget texinfo libmpc gmp mpfr
sudo pacman -S --needed --noconfirm \
gcc make flex wget texinfo libmpc gmp mpfr \
diffutils pkgconf which unzip
;;
*)
;;