diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 14:08:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 14:08:23 +0200 |
commit | e4cc8d61290b93fad36ac816d2f6766edfc73e86 (patch) | |
tree | 6e8b28a414dd1b64e0f1dd4f5d935c26c20ca6a6 /package/mpd | |
parent | efd624e7924ee0456ea18a1958f38cc9ea52a963 (diff) |
revert m68k uclibc commit, nptl is not implemented, disable alsa-lib and all packages that require it
Diffstat (limited to 'package/mpd')
-rw-r--r-- | package/mpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile index c9c06e4bf..c14529ab5 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -15,7 +15,7 @@ PKG_BUILDDEP:= glib PKG_URL:= http://www.musicpd.org/ PKG_SITES:= http://www.musicpd.org/download/mpd/0.17/ -PKG_ARCH_DEPENDS:= !avr32 +PKG_ARCH_DEPENDS:= !avr32 !m68k DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz |