fix(includes) Fix ordering if include dirs

There has been a long standind bug where INCLUDE_DIRS /usr/include is
included twice.  The more important problem is it is before the
/usr/local/include. This commit fixes the ordering. So now
/usr/local/include comes before /usr/include, which it should, but
this is a change in behaviour.

Closes: #493523

Signed-off-by: Manoj Srivastava <srivasta@debian.org>
This commit is contained in:
Manoj Srivastava 2020-06-05 19:02:00 -07:00
parent 8245101cae
commit cd6a65e8b8
No known key found for this signature in database
GPG key ID: 36BD720F6F576472
2 changed files with 22 additions and 0 deletions

11
debian/NEWS.Debian vendored
View file

@ -1,3 +1,14 @@
make-dfsg (4.3-3) unstable; urgency=medium
* Fix ordering if include dirs
There has been a long standind bug where INCLUDE_DIRS /usr/include is
included twice. The more important problem is it is before the
/usr/local/include. This commit fixes the ordering. So now
/usr/local/include comes before /usr/include, which it should, but
this is a change in behaviour.
-- Manoj Srivastava <srivasta@debian.org> Fri, 05 Jun 2020 18:59:32 -0700
make-dfsg (4.3-1) unstable; urgency=medium make-dfsg (4.3-1) unstable; urgency=medium
* WARNING: Backward-incompatibility! * WARNING: Backward-incompatibility!

11
debian/changelog vendored
View file

@ -1,3 +1,14 @@
make-dfsg (4.3-3) unstable; urgency=medium
* Fix ordering if include dirs
There has been a long standind bug where INCLUDE_DIRS /usr/include is
included twice. The more important problem is it is before the
/usr/local/include. This commit fixes the ordering.
* Bug fix: "/usr/local/include is wrong priority in default
include_dirs", thanks to Alex Samad (Closes: #493523).
-- Manoj Srivastava <srivasta@debian.org> Fri, 05 Jun 2020 18:59:32 -0700
make-dfsg (4.3-2) unstable; urgency=medium make-dfsg (4.3-2) unstable; urgency=medium
* Fixes critical bugs * Fixes critical bugs