summaryrefslogtreecommitdiff
path: root/packages/unionfs/unionfs.inc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-29 12:04:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-29 12:04:49 +0000
commitc33449c76b5725ef34e8aca57739b7908b4893d5 (patch)
treeb1c3f106700830571404bafc6d77619345f256eb /packages/unionfs/unionfs.inc
parenta70352cd8553c441a562e55af1b164fe15f529d5 (diff)
add unionfs modules and userland utilities 1.0.13
Diffstat (limited to 'packages/unionfs/unionfs.inc')
-rw-r--r--packages/unionfs/unionfs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/unionfs/unionfs.inc b/packages/unionfs/unionfs.inc
index 392a1cdaf5..72d4ed1fca 100644
--- a/packages/unionfs/unionfs.inc
+++ b/packages/unionfs/unionfs.inc
@@ -10,5 +10,5 @@ SRC_URI = "ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-${PV}.tar.gz \
S = "${WORKDIR}/unionfs-${PV}"
FILESPATH = "${FILE_DIRNAME}/unionfs-${PV}:${FILE_DIRNAME}/unionfs:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
-export UCFLAGS := "${CFLAGS} -DNODEBUG"
+export UCFLAGS = '${CFLAGS} -DNODEBUG -DUNIONFS_VERSION=\\"${PV}\\"'
CFLAGS = "${BUILD_OPTIMIZATION}"