Fridrich Strba 2017-10-13 06:22:42 +00:00 committed by Git OBS Bridge
parent 7a8f9d0244
commit 059b820a62

View File

@ -70,7 +70,13 @@ cp %{SOURCE3} .
%build
chmod +x autogen.sh
./autogen.sh
%configure JAVACFLAGS="-source 1.7 -target 1.7" --libdir=%{_libdir}/%{name}
%configure \
JAVACFLAGS="-source 1.7 -target 1.7" \
JDK_SRC=/etc/alternatives/java_sdk \
JAVA_HOME=/etc/alternatives/jre \
--libdir=%{_libdir}/%{name} \
--without-jdk-auto-detect \
make %{?_smp_mflags}
%install