.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=141
This commit is contained in:
parent
fe87fd5ba3
commit
34cea0ff2c
@ -149,7 +149,7 @@
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
+ if [ -n "${MYCFLAGS}" ] ; then
|
+ if [ -n "${MYCFLAGS}" ] ; then
|
||||||
+ XCFLAGS=$XCFLAGS" ${MYCFLAGS}"
|
+ XCFLAGS=$XCFLAGS' ${MYCFLAGS}'
|
||||||
+ fi
|
+ fi
|
||||||
+
|
+
|
||||||
else
|
else
|
||||||
|
@ -234,7 +234,7 @@ port=''
|
|||||||
# Report final architectures
|
# Report final architectures
|
||||||
#
|
#
|
||||||
echo $(uname -i -m -p) %_build_arch %_arch
|
echo $(uname -i -m -p) %_build_arch %_arch
|
||||||
echo | $CC $MYCFLAGS -v -E - 2>&1 | grep /cc1
|
echo | $CC %{optflags} -v -E - 2>&1 | grep /cc1
|
||||||
#
|
#
|
||||||
# Environment for the case of missing terminal
|
# Environment for the case of missing terminal
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user