From f50dc761666183eeba173496b99793e691bffabd Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Sat, 5 Jan 2008 11:40:57 +0000 Subject: [PATCH 1/1] - disable java bindings if --without java Changed files: brltty.spec -> 1.26 --- brltty.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/brltty.spec b/brltty.spec index e36d76e..ad8327a 100644 --- a/brltty.spec +++ b/brltty.spec @@ -174,6 +174,7 @@ CFLAGS="%{rpmcflags} -I/usr/include/ncurses" %configure \ --with-install-root="$RPM_BUILD_ROOT" \ --disable-tainted-components \ + %{!?with_java:--disable-java-bindings} \ --enable-api %{__make} -- 2.44.0