From 67e425b42d904f30bc3da05f873e9aa0fcd00ac6 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 26 Apr 2011 22:32:24 +0200 Subject: [PATCH] mpd: changed to explicitely disable linking against libwrap Note: We have to fix our tcp_wrappers package so that we are able to safely link against libwrap again! --- audio/mpd/mpd.conf | 4 ++++ 1 file changed, 4 insertions(+) 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"