musicpd/mpc: Fix cross compile badness; missing --with-iconv-*.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 15 Jan 2007 18:09:18 +0000 (18:09 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 15 Jan 2007 18:09:18 +0000 (18:09 +0000)
packages/musicpd/mpc_0.11.2.bb

index 256a2e5..8806653 100644 (file)
@@ -2,8 +2,10 @@ DESCRIPTION = "Command-line (scriptable) Music Player Daemon (mpd) Client"
 HOMEPAGE = "http://www.musicpd.org/mpc.shtml"
 LICENSE = "GPLv2"
 SECTION = "console/multimedia"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://mercury.chem.pitt.edu/~shank/mpc-${PV}.tar.gz"
+EXTRA_OECONF = "--with-iconv-libraries=${STAGING_LIBDIR} \
+               --with-iconv-includes=${STAGING_INCDIR}"
 
 inherit autotools