[native-platform] fix for rhbz#992323

gil gil at fedoraproject.org
Fri Oct 18 09:27:00 UTC 2013


commit 3748a8794cae91f90f2176c05f7dc521f6ed168d
Author: gil <puntogil at libero.it>
Date:   Fri Oct 18 11:26:50 2013 +0200

    fix for rhbz#992323

 native-platform-Makefile |    4 ++--
 native-platform.spec     |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/native-platform-Makefile b/native-platform-Makefile
index ef139cd..4ffd458 100644
--- a/native-platform-Makefile
+++ b/native-platform-Makefile
@@ -7,8 +7,8 @@
 CXX=g++
 STRIP=strip
 # which is the best solution?
-#JOPT_JAR=$(shell build-classpath jopt-simple.jar)
-JOPT_JAR=$(shell locate jopt-simple.jar)
+JOPT_JAR=$(shell build-classpath jopt-simple.jar)
+#JOPT_JAR=$(shell locate jopt-simple.jar)
 IDIR=src/main/headers
 SRCDIR=src/main/cpp
 JSRCDIR=src/main/java
diff --git a/native-platform.spec b/native-platform.spec
index bd53985..7464b24 100644
--- a/native-platform.spec
+++ b/native-platform.spec
@@ -31,8 +31,9 @@ Patch2:        %{name}-0.3-rc-2-Platform.patch
 
 # build tools and deps
 BuildRequires: java-devel
-BuildRequires: ncurses-devel
+BuildRequires: javapackages-tools
 BuildRequires: jopt-simple
+BuildRequires: ncurses-devel
 Requires:      javapackages-tools
 Requires:      java
 


More information about the scm-commits mailing list