summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphite/graphite_make.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphite/graphite_make.patch b/graphite/graphite_make.patch
index 20c3fe045eeb..f28ed6da8ff7 100644
--- a/graphite/graphite_make.patch
+++ b/graphite/graphite_make.patch
@@ -13,7 +13,7 @@
+
+.INCLUDE : settings.mk
+
-+CFLAGS+=-DDISABLE_TRACING -I../include
++CFLAGS+=-DDISABLE_TRACING -I../include -DGR2_STATIC
+.IF "$(debug)" == ""
+CFLAGS+=-O3 -DNDEBUG
+.ENDIF