Pass the appropriate flags through
This commit is contained in:
parent
bf5332e4ed
commit
af3640a7ed
5
ant.spec
5
ant.spec
@ -352,7 +352,10 @@ sh build.sh --noconfig jars javadocs
|
|||||||
|
|
||||||
# BC-compile the two core jars
|
# BC-compile the two core jars
|
||||||
for jar in %{name} %{name}-launcher; do
|
for jar in %{name} %{name}-launcher; do
|
||||||
aot-compile build/lib/$jar.jar build/lib/lib$jar.jar.so
|
aot-compile \
|
||||||
|
build/lib/$jar.jar \
|
||||||
|
build/lib/lib$jar.jar.so \
|
||||||
|
"$RPM_OPT_FLAGS -fPIC"
|
||||||
done
|
done
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user