https://bugs.winehq.org/show_bug.cgi?id=48878
Luca Boccassi luca.boccassi@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #66829|0 |1 is obsolete| |
--- Comment #13 from Luca Boccassi luca.boccassi@gmail.com --- Created attachment 66832 --> https://bugs.winehq.org/attachment.cgi?id=66832 Patch to fully enable multi-arch cross build of i386 from amd64
(In reply to Luca Boccassi from comment #12)
(In reply to Zebediah Figura from comment #11)
Not commenting on other changes, but:
(In reply to Luca Boccassi from comment #8)
+# gcc 10 uses -fno-common +export DEB_CFLAGS_MAINT_APPEND+=-fcommon
We shouldn't need this, not after ea032bb7f8.
Ok thanks, can be dropped then.
+CONFLAGS=--prefix=/opt/wine-staging \
Is this a typo?
You mean CONFLAGS vs CONFFLAGS? Sure probably a typo - doesn't really matter as long as it's consistent
Fixed both.