summaryrefslogtreecommitdiff
path: root/packages/unionfs/unionfs.inc
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-16 03:40:07 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-16 03:40:07 +0000
commitf6f9de5ff9b4ff36fe43bfcead2a39727143de7d (patch)
treef03d45ecc39bb4296096f7d3546598781cdf45ac /packages/unionfs/unionfs.inc
parentfaacf28771f7e370b89b98872f7c286434ee735e (diff)
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/15 22:33:49-05:00 handhelds.org!kergoth Adjust the unionfs modules cflags. 2005/01/15 20:29:04-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/01/15 20:28:20-05:00 handhelds.org!kergoth Remove the unnecessary 'chkhinge' from bootstrap on tosa. 2005/01/15 19:57:17-06:00 ti.com!kergoth Adjust the unionfs build to add -DNODEBUG, which cuts the kernel module size in half. BKrev: 41e9e217tUS1LC6e9u93oOrBAoAeMg
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 ffd4f4c0e1..392a1cdaf5 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}"
+export UCFLAGS := "${CFLAGS} -DNODEBUG"
CFLAGS = "${BUILD_OPTIMIZATION}"