From: Andrew McNab Date: Wed, 16 Nov 2005 14:31:22 +0000 (+0000) Subject: -fPIC X-Git-Tag: gridsite-core_R_1_1_15~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5a9ade9c7130c4195a61d9b0291103c48cc20cd5;p=jra1mw.git -fPIC --- diff --git a/org.gridsite.core/CHANGES b/org.gridsite.core/CHANGES index aa0ac3a..899bd0a 100644 --- a/org.gridsite.core/CHANGES +++ b/org.gridsite.core/CHANGES @@ -1,3 +1,8 @@ +* Wed Nov 16 2005 Andrew McNab +- Add -fPIC option to Makefile for IA64, as suggested + by Andreas Unterkircher. +* Wed Oct 12 2005 Andrew McNab +- ==== GridSite version 1.1.15 ==== * Wed Oct 12 2005 Andrew McNab - Fix for older OpenSSL to grst_x509.c from Zoltan.Farkas diff --git a/org.gridsite.core/VERSION b/org.gridsite.core/VERSION index ed036b5..099f252 100644 --- a/org.gridsite.core/VERSION +++ b/org.gridsite.core/VERSION @@ -1,4 +1,4 @@ MAJOR_VERSION=1 MINOR_VERSION=1.1 -PATCH_VERSION=1.1.14 +PATCH_VERSION=1.1.15 VERSION=$(PATCH_VERSION) 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