diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-18 21:42:28 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-18 21:42:28 +0000 |
commit | 02fd43803d0ed17ef03265df679d6d0afc925018 (patch) | |
tree | 7084ebcce952625a81a196dbdb268727fad534d7 | |
parent | 6e65f76c3d5946817e285b93d73d6475c7f0da42 (diff) |
cacao: Small fix.
- removed superfluous configure argument
- has no effect on binaries so not adjusting PR
-rw-r--r-- | packages/cacao/cacao.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/cacao/cacao.inc b/packages/cacao/cacao.inc index cc107abf27..0f7fa554ac 100644 --- a/packages/cacao/cacao.inc +++ b/packages/cacao/cacao.inc @@ -19,7 +19,6 @@ EXTRA_OECONF = "\ ${@['','--enable-softfloat'][bb.data.getVar('TARGET_FPU',d,1) == 'soft']} \ --enable-debug \ --with-cacaoh=${STAGING_BINDIR_NATIVE}/cacaoh-${PV} \ - --with-classpath-libdir=${STAGING_LIBDIR}/classpath \ --with-classpath-includedir=${STAGING_INCDIR}/classpath \ --with-classpath-classes=${STAGING_DATADIR}/classpath/glibj.zip \ --with-target-classpath-classes=${datadir}/classpath/glibj.zip \ |