mythtv: pass --arch as well as --cpu
authorKoen Kooi <koen@openembedded.org>
Tue, 22 Jul 2008 11:36:37 +0000 (11:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 22 Jul 2008 11:36:37 +0000 (11:36 +0000)
packages/mythtv/mythtv_svn.bb

index 303462e..24a8b3d 100644 (file)
@@ -65,6 +65,7 @@ do_configure_prepend() {
        ./configure     --prefix=/usr           \
                        --mandir=/usr/man       \
                        --cpu=${MYTHTV_ARCH}    \
+                       --arch=${MYTHTV_ARCH} \
                        --disable-altivec       \
                        --disable-strip \
                        --enable-v4l            \