mpd: uClibc-0.9.31 fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23846 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-11-03 23:18:21 +00:00
parent 742074cfb0
commit 4b53461455
2 changed files with 27 additions and 10 deletions

View File

@ -0,0 +1,27 @@
Index: mpd-0.15.8/configure
===================================================================
--- mpd-0.15.8.orig/configure 2010-11-04 00:14:37.187000000 +0100
+++ mpd-0.15.8/configure 2010-11-04 00:15:00.156000001 +0100
@@ -9191,6 +9191,7 @@
# Check whether --with-faad was given.
if test "${with_faad+set}" = set; then :
withval=$with_faad;
+ faad_prefix=$with_faad;
else
faad_prefix=""
fi
Index: mpd-0.15.8/src/input/file_input_plugin.c
===================================================================
--- mpd-0.15.8.orig/src/input/file_input_plugin.c 2010-11-04 00:15:41.467000002 +0100
+++ mpd-0.15.8/src/input/file_input_plugin.c 2010-11-04 00:15:49.194999211 +0100
@@ -65,10 +65,6 @@
is->size = st.st_size;
-#ifdef POSIX_FADV_SEQUENTIAL
- posix_fadvise(fd, (off_t)0, is->size, POSIX_FADV_SEQUENTIAL);
-#endif
-
is->plugin = &input_plugin_file;
is->data = GINT_TO_POINTER(fd);
is->ready = true;

View File

@ -1,10 +0,0 @@
--- mpd-0.15.9/configure.orig 2010-04-13 22:40:51.998295776 +0200
+++ mpd-0.15.9/configure 2010-04-13 22:41:15.868300133 +0200
@@ -9162,6 +9162,7 @@
# Check whether --with-faad was given.
if test "${with_faad+set}" = set; then :
withval=$with_faad;
+ faad_prefix=$with_faad;
else
faad_prefix=""
fi