openbsd-ports/audio/mpd/patches/patch-configure
bernd 2149a983e2 Security update to mpd-0.13.1 to fix a possible DoS.
ok jasper@ and Tobias Ulmer (MAINTAINER)
2008-02-17 18:53:02 +00:00

12 lines
330 B
Plaintext

--- configure.orig Mon Jan 28 07:59:22 2008
+++ configure Fri Feb 15 14:05:22 2008
@@ -26420,7 +26420,7 @@ fi
LIBFLAC_LIBS="-L$libdir"
fi
- LIBFLAC_LIBS="$LIBFLAC_LIBS -lFLAC -lm"
+ LIBFLAC_LIBS="$LIBFLAC_LIBS -lFLAC -logg -lm"
if test "x$libFLAC_includes" != "x" ; then
LIBFLAC_CFLAGS="-I$libFLAC_includes"