enca: added quotes in make call - close #834
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 12 Apr 2006 10:13:58 +0000 (10:13 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 12 Apr 2006 10:13:58 +0000 (10:13 +0000)
packages/enca/enca_1.9.bb

index 2c0b1a4..a335b17 100644 (file)
@@ -4,6 +4,7 @@ SECTION = "libs"
 PRIORITY = "optional"
 HOMEPAGE = "http://trific.ath.cx/software/enca/"
 MAINTAINER = "John Bloom <johnxx@gmail.com>"
+PR = "r1"
 
 SRC_URI = "http://trific.ath.cx/Ftp//enca/enca-${PV}.tar.bz2 \
        file://configure-hack.patch;patch=1 \
@@ -12,7 +13,7 @@ SRC_URI = "http://trific.ath.cx/Ftp//enca/enca-${PV}.tar.bz2 \
 inherit autotools 
 
 do_compile() {
-    cd ${S}/tools && oe_runmake CC=${BUILD_CC}
+    cd ${S}/tools && oe_runmake CC="${BUILD_CC}"
     oe_runmake
 }