acl: build fix with GCC 4.4.7
authorHollis Blanchard <hollis_blanchard@mentor.com>
Mon, 30 Jul 2018 22:02:18 +0000 (15:02 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 31 Jul 2018 19:50:03 +0000 (21:50 +0200)
commita957cdfbb69d094cf17909eee64cd11dafdc84ab
tree6f71ffdf80157989c5c60a7ef7cd7ec1c0b8d745
parentf910320143c12b9bed27733640e4c5441afe0f32
acl: build fix with GCC 4.4.7

The acl source code uses pragmas inside functions, which is not
supported by gcc 4.4, still in use in older distributions. This commit
adds a patch that drops such pragma. Indeed, this acl is not built
with -Werror, the warning removals are not that important.

Signed-off-by: Hollis Blanchard <hollis_blanchard@mentor.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/acl/0001-Build-with-old-GCC-versions.patch [new file with mode: 0644]