Pass the appropriate flags through

This commit is contained in:
gbenson 2005-04-29 11:28:41 +00:00
parent bf5332e4ed
commit af3640a7ed

View File

@ -352,7 +352,10 @@ sh build.sh --noconfig jars javadocs
# BC-compile the two core jars
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
# -----------------------------------------------------------------------------