update to 4.0
This commit is contained in:
parent
5941d64a06
commit
5766754f03
5
jna.spec
5
jna.spec
@ -112,8 +112,9 @@ chmod -c 0644 LICENSE OTHERS CHANGES.md
|
|||||||
%build
|
%build
|
||||||
# We pass -Ddynlink.native which comes from our patch because
|
# We pass -Ddynlink.native which comes from our patch because
|
||||||
# upstream doesn't want to default to dynamic linking.
|
# 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 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 dist
|
||||||
|
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true clean dist
|
||||||
# remove compiled contribs
|
# remove compiled contribs
|
||||||
find contrib -name build -exec rm -rf {} \; || :
|
find contrib -name build -exec rm -rf {} \; || :
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user