update to 4.0

This commit is contained in:
Levente Farkas 2013-07-08 15:23:58 +02:00
parent 5941d64a06
commit 5766754f03

View File

@ -112,8 +112,9 @@ chmod -c 0644 LICENSE OTHERS CHANGES.md
%build
# We pass -Ddynlink.native which comes from our patch because
# upstream doesn't want to default to dynamic linking.
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true native compile javadoc jar contrib-jars
#ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true clean dist
#ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true native compile javadoc jar contrib-jars
#ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true native dist
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true clean dist
# remove compiled contribs
find contrib -name build -exec rm -rf {} \; || :