Skip to content

testing/ostinato: make build more standard

Ghost User requested to merge (removed):ostinato_be_improve into master

As described in issue #12080 (closed)

I don't like the current complex make command in build(), I would like a more standard one. To achieve that, I patched the QMAKE_CXXFLAGS in options.pri instead of using CXXFLAGS in the make command.

Futhermore I prefer the Debian modeltest patch https://salsa.debian.org/debian/ostinato/blob/master/debian/patches/extra-modeltest-workaround.diff, so I integrated that patch.

Merge request reports