package/efl: fix build with gcc < 5.0
authorRomain Naour <romain.naour@gmail.com>
Mon, 22 Apr 2019 17:36:12 +0000 (19:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 22 Apr 2019 20:22:39 +0000 (22:22 +0200)
commitb25e8bad9d6ebda2c825162e9e86f03f2edc3de9
tree20e506656cefc9d6b1a4cc33dac1b6b94723e8a0
parentf243f57abcdb415b57b8b887e9cc35bf69163224
package/efl: fix build with gcc < 5.0

__has_attribute has been introduced with gcc 5 [1].

[1] https://www.gnu.org/software/gcc/gcc-5/changes.html

Fixes:
http://autobuild.buildroot.net/results/64ab825048fac1654b0d0698740ddf857fcc0afa/

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/efl/0001-libunibreak-add-missing-__has_attribute-definitions-.patch [new file with mode: 0644]