]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- explicit java/javac/jar arguments for both cases
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 May 2006 22:39:33 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr.spec -> 1.39

antlr.spec

index b6a90af920c7d6da571a4772d1b114dfbf65d2bb..5d63378dca0b921e8333d03603269ae75e6fe8f6 100644 (file)
@@ -101,8 +101,8 @@ cp -f /usr/share/automake/config.sub scripts
        --enable-cxx \
        %{?with_dotnet:--enable-csharp} \
        %{!?with_dotnet:--disable-csharp} \
-       %{!?with_gcj:CLASSPATH=`pwd` --with-javac=javac} \
-       %{?with_gcj:--with-javac=gcj --with-jar=fastjar}
+       %{!?with_gcj:CLASSPATH=`pwd` --with-java=java --with-javac=javac --with-jar=jar} \
+       %{?with_gcj:--with-java=gij --with-javac=gcj --with-jar=fastjar}
 
 %{__make}
 
This page took 0.086995 seconds and 4 git commands to generate.