summaryrefslogtreecommitdiffstats
path: root/external/graphite/UnpackedTarball_graphite.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-29 12:26:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-29 12:26:16 +0200
commit37b67904b2c71ed0997d4f4e5b929398fb14d48e (patch)
tree8a2a37c4c770e99489f457215088c0595d9493d5 /external/graphite/UnpackedTarball_graphite.mk
parentremove custom RTTI from basctl::BaseWindow (diff)
downloadcore-37b67904b2c71ed0997d4f4e5b929398fb14d48e.tar.gz
core-37b67904b2c71ed0997d4f4e5b929398fb14d48e.zip
external/graphite: work around -fsanitize=nonnull-attribute/vptr
Change-Id: Ic0766555dc7a04bbb8c7ad8f9cba3d74d84c59db
Diffstat (limited to 'external/graphite/UnpackedTarball_graphite.mk')
-rw-r--r--external/graphite/UnpackedTarball_graphite.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/graphite/UnpackedTarball_graphite.mk b/external/graphite/UnpackedTarball_graphite.mk
index c7fa86e0e149..c0b9e0d8d686 100644
--- a/external/graphite/UnpackedTarball_graphite.mk
+++ b/external/graphite/UnpackedTarball_graphite.mk
@@ -11,10 +11,13 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,graphite))
$(eval $(call gb_UnpackedTarball_set_tarball,graphite,$(GRAPHITE_TARBALL)))
+$(eval $(call gb_UnpackedTarball_set_patchlevel,graphite,0))
+
# http://projects.palaso.org/issues/1115
$(eval $(call gb_UnpackedTarball_add_patches,graphite,\
external/graphite/graphite2.issue1115.patch.1 \
external/graphite/graphite2.win64.patch.1 \
+ external/graphite/ubsan.patch \
))
# vim: set noet sw=4 ts=4: