mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
bamf: get rid of -Werror breaking build
[ci skip]
This commit is contained in:
parent
bdbbf00584
commit
8826e48638
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ build_options_default="gir vala"
|
|||
|
||||
pre_configure() {
|
||||
sed -i configure -e 's;if !($PYTHON -c "import libxslt, libxml2" 2> /dev/null);if false;'
|
||||
sed -i configure -e '/CFLAGS=/s/ \-Werror / /'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue