[Buildroot] [git commit branch/next] classpath: fix typo in CLASSPATH_CONF_OPTS definition

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Feb 12 14:40:18 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=292998ca752a899ef0d91e2507e47535af7178ac
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

This typo was introduced by commit
8f8c02e596e781df77b8cd7d5e7b3c33ae5e36b2 ("classpath: bump to version
0.99").

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/classpath/classpath.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/classpath/classpath.mk b/package/classpath/classpath.mk
index 97b7f0d..e4cd0f8 100644
--- a/package/classpath/classpath.mk
+++ b/package/classpath/classpath.mk
@@ -11,7 +11,7 @@ CLASSPATH_CONF_OPTS = \
 	--disable-rpath \
 	--disable-Werror \
 	--disable-gconf-peer \
-	--disable-gjdoc
+	--disable-gjdoc \
 	--enable-tools
 
 # classpath assumes qt runs on top of X11, but we


More information about the buildroot mailing list