Note: We have to fix our tcp_wrappers package so that we are able to safely link against libwrap again!
@ -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"