[gridengine/el6/master: 11/12] Add -I/usr/include/freetype2 to CFLAGS

Orion Poplawski orion at fedoraproject.org
Mon Sep 20 20:43:20 UTC 2010


commit b20b8acd9e3a36d1bd9df86f0fb213ec6ce08f1e
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Sep 20 14:39:33 2010 -0600

    Add -I/usr/include/freetype2 to CFLAGS

 gridengine.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gridengine.spec b/gridengine.spec
index e273adb..d279a7a 100644
--- a/gridengine.spec
+++ b/gridengine.spec
@@ -236,7 +236,7 @@ EOF
 #Build libcore.so
 gcc $RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC -c %SOURCE10 -o libcore.o
 gcc $RPM_OPT_FLAGS -shared -o libcore.so libcore.o -lpthread
-export SGE_INPUT_CFLAGS="$RPM_OPT_FLAGS"
+export SGE_INPUT_CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/freetype2"
 touch aimk
 ./aimk -only-depend
 scripts/zerodepend


More information about the scm-commits mailing list