-fPIC
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Wed, 16 Nov 2005 14:31:22 +0000 (14:31 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Wed, 16 Nov 2005 14:31:22 +0000 (14:31 +0000)
org.gridsite.core/CHANGES
org.gridsite.core/VERSION
org.gridsite.core/src/Makefile

index aa0ac3a..899bd0a 100644 (file)
@@ -1,3 +1,8 @@
+* Wed Nov 16 2005 Andrew McNab <Andrew.McNab@man.ac.uk>
+- Add -fPIC option to Makefile for IA64, as suggested
+  by Andreas Unterkircher.
+* Wed Oct 12 2005 Andrew McNab <Andrew.McNab@man.ac.uk>
+- ==== GridSite version 1.1.15 ====
 * Wed Oct 12 2005 Andrew McNab <Andrew.McNab@man.ac.uk>
 - Fix for older OpenSSL to grst_x509.c from
   Zoltan.Farkas <Zoltan.Farkas@cern.ch>
index ed036b5..099f252 100644 (file)
@@ -1,4 +1,4 @@
 MAJOR_VERSION=1
 MINOR_VERSION=1.1
-PATCH_VERSION=1.1.14
+PATCH_VERSION=1.1.15
 VERSION=$(PATCH_VERSION)
index a465cf4..8e9f25c 100644 (file)
@@ -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