From 14f87a8fb1272083073f2dfd14891fee66783b20 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Wed, 25 Jan 2006 15:30:37 +0000 Subject: [PATCH] -fPIC for ia64 --- org.gridsite.core/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index a465cf4..8e9f25c 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -45,7 +45,7 @@ export prefix=/usr/local endif ifndef MYCFLAGS -export MYCFLAGS=-I. -I../interface -I/usr/include/httpd -I/usr/include/apr-0 -I/opt/glite/include +export MYCFLAGS=-I. -I../interface -I/usr/include/httpd -I/usr/include/apr-0 -I/opt/glite/include -fPIC endif ifndef MYLDFLAGS -- 1.8.2.3