mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
psensor: remove -Werror for gcc>=12
This commit is contained in:
parent
2599c3ce00
commit
3765d9fe77
1 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,8 @@ disable_parallel_build=yes
|
|||
if [ -z "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" help2man"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
vsed -e 's/-Werror//g' -i tests/Makefile.in src/lib/Makefile.in src/server/Makefile.in
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue