Browse Source

guile: fixed build by not treating compile warnings as errors

user/chris/test/arm
Christian Wiese 12 years ago
parent
commit
3bb171f248
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      develop/guile/guile.conf

+ 3
- 0
develop/guile/guile.conf

@ -14,3 +14,6 @@
# regenerate autotools infrastructure
hook_add preconf 9 'autoreconf'
# do not treat compile warnings as errors
var_append extraconfopt ' ' "--disable-error-on-warning"

Loading…
Cancel
Save