Commit dc6146b5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: remove -m64 from optflags on Ubuntu/Debian

parent 05318fcb
......@@ -62,6 +62,11 @@ if [ "`distr_vendor -d`/$DISTRVERSION" = "ASPLinux/11.2" ] ; then
FIXMKTEMP="%__subst 's|readlink -m|readlink -f|g' libtool ltmain.sh"
fi
if [ "`distr_vendor -d`" = "Ubuntu" ] || [ "`distr_vendor -d`" = "Debian" ]; then
test -z "$VERBOSE" || echo "Add remove_optflags -m64"
FIXMKTEMP="%remove_optflags -m64"
fi
# fix mktemp using for MCBC
if [ "$VENDOR" = "mcbc" ] ; then
test -z "$VERBOSE" || echo "Add subst mktemp -dt"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment