Commit 2ff8af6f authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: some hack for build wine on x86_64

parent 5a9f3134
......@@ -86,7 +86,9 @@ if [ "$VENDOR" = "generic" ] ; then
FIXMKTEMP="%__subst 's|readlink -mv|realpath|g' configure ltmain.sh"
fi
if [ "$DISTRSYS" = "Ubuntu" ] || [ "$DISTRSYS" = "Debian" ]; then
# need only for wine on x86_64
#if [ "$DISTRSYS" = "Ubuntu" ] || [ "$DISTRSYS" = "Debian" ]; then
if echo $SPECNAME | grep -q wine ; then
test -z "$VERBOSE" || echo "Add remove_optflags -m64"
FIXMKTEMP="%remove_optflags -m64"
fi
......
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