K 10 svn:author V 5 riggs K 8 svn:date V 27 2017-05-07T12:17:28.268495Z K 7 svn:log V 300 Fix library updating Details: Apparently, clang optimises exceptions with __attribute__((pure)) more aggressively than gcc, causing mpd to not notice files removed from the library. This patch causes mpd to be built without the pure attribute. PR: 219048 Reported by: hideo@lastamericanempire.com END