Skip to content

Commit

Permalink
AL: Fix to only add GIFLIB when defined
Browse files Browse the repository at this point in the history
  • Loading branch information
lutkerd committed Jul 13, 2023
1 parent 1c98dee commit 4122763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Amazon Corretto's packaging of the OpenJDK ${java_spec_version} jmods.

bash ./configure \\
%ifarch aarch64
--with-extra-cflags="-moutline-atomics %{GIFLIB_DEFINE}" \\
--with-extra-cflags="-moutline-atomics%{?GIFLIB_DEFINE: %{GIFLIB_DEFINE}}" \\
--with-extra-cxxflags="-moutline-atomics" \\
%else
%if "%{?GIFLIB_DEFINE:1}" == "1"
Expand Down

0 comments on commit 4122763

Please sign in to comment.