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