Browse Source

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!
stable/0.2
Christian Wiese 14 years ago
parent
commit
67e425b42d
  1. 4
      audio/mpd/mpd.conf

4
audio/mpd/mpd.conf

@ -15,3 +15,7 @@
# 'for' loop initial declarations are only allowed in C99 mode # 'for' loop initial declarations are only allowed in C99 mode
# and we also depend on gnu asm extensions # and we also depend on gnu asm extensions
var_insert CC_WRAPPER_APPEND " " "-std=gnu99" 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"

Loading…
Cancel
Save