Fix Java build.

This commit is contained in:
Jerry James 2020-07-28 11:39:37 -06:00
parent 3b2ca7508f
commit 29ea8e8591

View File

@ -124,6 +124,9 @@ sed -e "s|\$(OCAMLMKLIB) -L.*|& -g -ldopt '$RPM_LD_FLAGS'|" \
-e "/CMXS/s|-linkall|-ccopt '$RPM_LD_FLAGS' &|" \
-i vars.mk
# The "java -version" output has an extra line we don't want
sed -i 's/head -1/head -2 | tail -1/' configure
%build
# This is NOT an autoconf-generated script. Do not use %%configure
export CPPFLAGS="-D_GNU_SOURCE"