diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-06-28 15:13:27 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-06-28 15:13:27 +0100 |
commit | 346aecd935d22aa09e6cb82dd77e7745599ab9ac (patch) | |
tree | eb7311cb9c8f15293b7eb8a1d756458cba7c18b7 /debian/patches/series | |
parent | 17e9b33733e8f9921064460687a1e5de411bc31a (diff) |
Add patch to fix order of CFLAGS and drop dropped patch
Drop mk-always-rebuild-in-the-same-order.patch to follow upstream's
review comments (it is not needed for full builds) and add a new patch
to fix the order of directory inclusions via CFLAGS, which causes
instability and unreproducible results during parallel builds.
Change-Id: Id714abfd46ec4287788c58efead896eaf2a96218
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/patches/series')
-rw-r--r-- | debian/patches/series | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/series b/debian/patches/series index 533860f7..c2b79f01 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,4 +7,4 @@ mk-sort-list-of-files-in-examples.dox.patch mk-sort-headers-before-wildcard-inclusion.patch mk-sort-source-files-before-passing-them-to-the-comp.patch mk-sort-object-files-when-building-deps-lists.patch -mk-always-rebuild-in-the-same-order.patch +mk-order-CFLAGS-so-that-ISCDIR-comes-before-IRTE_OUT.patch |