Disable reflections by default in RHEL builds
reflections is optional here and unwanted in RHEL.
This commit is contained in:
parent
40727f1990
commit
b9cc7c4bba
4
jna.spec
4
jna.spec
@ -1,5 +1,9 @@
|
|||||||
# Allow conditionally building without the reflections library
|
# Allow conditionally building without the reflections library
|
||||||
|
%if %{defined rhel}
|
||||||
|
%bcond_with reflections
|
||||||
|
%else
|
||||||
%bcond_without reflections
|
%bcond_without reflections
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: jna
|
Name: jna
|
||||||
Version: 5.13.0
|
Version: 5.13.0
|
||||||
|
Loading…
Reference in New Issue
Block a user