package/pugixml: Fix CMakelists.txt cxx_long_long_type bug.
authorTheo Debrouwere <theo.debrouwere@skynet.be>
Mon, 12 Sep 2016 08:14:43 +0000 (10:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 12 Sep 2016 09:18:41 +0000 (11:18 +0200)
commitd28aa481b3cea9cca4c7d259618235d63f62fd59
tree6e51a3916c24eafc218d2fd32890c35105ec5f8b
parentf6ab3e1e99aa0e8ff5fd4dcc7d12958c7aa25c2c
package/pugixml: Fix CMakelists.txt cxx_long_long_type bug.

CMakelist.txt tries to enable the cxx_long_long_type option,
even if the feature isn't available. (Which causes some builds to fail)

The included patch checks if the option is present before applying it.

The patch was backported from:
https://github.com/zeux/pugixml/commit/4dbb5646196a4a3cc94097f1473ef11d1d44df11

Signed-off-by: Theo Debrouwere <t.debrouwere@televic.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pugixml/0001-check-cxx_long_long_type-existence.patch [new file with mode: 0644]