This commit is contained in:
parent
059b820a62
commit
f7592a4278
@ -70,13 +70,7 @@ cp %{SOURCE3} .
|
|||||||
%build
|
%build
|
||||||
chmod +x autogen.sh
|
chmod +x autogen.sh
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure \
|
%configure JAVACFLAGS="-source 1.7 -target 1.7" --libdir=%{_libdir}/%{name}
|
||||||
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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user