Commit 0a59464a authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: comment out -m64 removing for 32on64 (use configure32 instead)

parent c0bd5199
......@@ -131,11 +131,11 @@ if [ "$PKGVENDOR" = "freebsd" ] ; then
%__subst 's|readlink -mv|realpath|g' libtool configure ltmain.sh"
fi
if build32on64 ; then
test -z "$VERBOSE" || echo "Add remove_optflags -m64"
ADDFIXCOMMAND="$ADDFIXCOMMAND
%remove_optflags -m64"
fi
#if build32on64 ; then
# test -z "$VERBOSE" || echo "Add remove_optflags -m64"
# ADDFIXCOMMAND="$ADDFIXCOMMAND
#%remove_optflags -m64"
#fi
# fix mktemp using for MCBC
if [ "$PKGVENDOR" = "mcbc" ] ; then
......
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