diff --git a/audio/mpd/mpd.conf b/audio/mpd/mpd.conf index 90ebee0ff..89ca1fb80 100644 --- a/audio/mpd/mpd.conf +++ b/audio/mpd/mpd.conf @@ -15,3 +15,7 @@ # 'for' loop initial declarations are only allowed in C99 mode # and we also depend on gnu asm extensions var_insert CC_WRAPPER_APPEND " " "-std=gnu99" + +# TODO: we have to fix our tcp_wrappers package to be able to link +# against libwrap safely :/ +var_append extraconfopt ' ' "--disable-libwrap"