]> git.pld-linux.org Git - packages/db4.5.git/commitdiff
- fix without java
authorareq <areq@pld-linux.org>
Sat, 2 Jun 2007 16:32:50 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db4.5.spec -> 1.11

db4.5.spec

index 2fa308c307490845e7bafa68d98728c281dfe973..c3cc70abac4cafb71a77239e916a9a659fa957e6 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    java    # build db-java
+%bcond_without java    # build db-java
 %bcond_without tcl     # don't build Tcl bindings
 %bcond_with    pmutex  # use POSIX mutexes (only process-private with linuxthreads)
 %bcond_without nptl    # don't use process-shared POSIX mutexes (NPTL provides full interface)
@@ -34,8 +34,8 @@ Provides:     db = %{version}-%{release}
 Obsoletes:     db4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%ifarch i586 i686 athlon pentium3 pentium4 %{x8664}
-%define        with_java       1
+%ifnarch i586 i686 athlon pentium3 pentium4 %{x8664}
+       %define with_java 0
 %endif
 
 %description
This page took 0.084645 seconds and 4 git commands to generate.