diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-11 11:40:58 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-11 11:40:58 +0000 |
commit | 21f7d0efb399a68182eb8d2b0ad85d6dede538c5 (patch) | |
tree | a5b4062af62609a6d5e732aab4adf204b25316e5 /openwrt/package/mpd/patches/configure.patch | |
parent | c867d4d22e23f854ed5e78ae2a5e97991c72dede (diff) |
add mpd from dave, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1902 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/mpd/patches/configure.patch')
-rw-r--r-- | openwrt/package/mpd/patches/configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/mpd/patches/configure.patch b/openwrt/package/mpd/patches/configure.patch new file mode 100644 index 0000000000..79bf83a72e --- /dev/null +++ b/openwrt/package/mpd/patches/configure.patch @@ -0,0 +1,11 @@ +diff -rNu mpd--uclinux--1--patch-10.normalperson-05.OLD/configure mpd--uclinux--1--patch-10.normalperson-05/configure +--- mpd--uclinux--1--patch-10.normalperson-05.OLD/configure 2005-07-03 19:00:33.000000000 +1000 ++++ mpd--uclinux--1--patch-10.normalperson-05/configure 2005-09-11 13:56:23.992755032 +1000 +@@ -21756,7 +21756,6 @@ + #define NDEBUG 1 + _ACEOF + +- CC="arm-elf-gcc" + enable_iconv=no + enable_http=no + enable_ipv6=no |