mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
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:
@ -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
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
Reference in New Issue
Block a user