flite: Fixe do_compile, courtesy of xjqian.
authorMatthias Hentges <oe@hentges.net>
Mon, 7 Jan 2008 10:56:23 +0000 (10:56 +0000)
committerMatthias Hentges <oe@hentges.net>
Mon, 7 Jan 2008 10:56:23 +0000 (10:56 +0000)
packages/flite/flite.inc
packages/flite/flite_1.2.bb
packages/flite/flite_1.3.bb

index 64108c8..60a9d04 100644 (file)
@@ -9,6 +9,8 @@ PARALLEL_MAKE = ""
 
 S = "${WORKDIR}/flite-${PV}-release"
 
+CFLAGS += " -lasound "
+
 inherit autotools
 
 PACKAGES += "lib${PN} lib${PN}-vox8 lib${PN}-vox16"
index 5b8ff06..7169663 100644 (file)
@@ -4,8 +4,6 @@ PR = "r5"
 
 EXTRA_OECONF = "--with-audio=oss --enable-shared"
 
-CFLAGS += " -lasound "
-
 SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.bz2 \
            file://fix-read-only-assignments.patch;patch=1 \
            file://configure-with-audio.patch;patch=1"
index b028510..360ccb0 100644 (file)
@@ -1,6 +1,6 @@
 require flite.inc
 
-PR = "r2"
+PR = "r3"
 
 EXTRA_OECONF = "--with-audio=oss --enable-shared"