Disable reflections by default in RHEL builds

reflections is optional here and unwanted in RHEL.
This commit is contained in:
Yaakov Selkowitz 2023-05-16 00:52:05 -04:00
parent 40727f1990
commit b9cc7c4bba

View File

@ -1,5 +1,9 @@
# Allow conditionally building without the reflections library
%if %{defined rhel}
%bcond_with reflections
%else
%bcond_without reflections
%endif
Name: jna
Version: 5.13.0