diff --git a/Makefile.pamphlet b/Makefile.pamphlet
index b622b8f..b440cc0 100644
--- a/Makefile.pamphlet
+++ b/Makefile.pamphlet
@@ -954,6 +954,7 @@ PLF=BSDplatform
 CCF="-O2 -pipe -fno-strength-reduce -Wall -D_GNU_SOURCE \
      -D${PLF} -I/usr/X11R6/include -I/usr/local/include"
 LDF="-L/usr/X11R6/lib -L/usr/local/lib"
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 all: rootdirs noweb srcsetup lspdir srcdir
@@ -987,6 +988,7 @@ AWK=awk
 PLF=MSYSplatform
 CCF="-O2 -Wall -D_GNU_SOURCE -D${PLF}"
 SRCDIRS="bootdir interpdir sharedir algebradir etcdir docdir inputdir"
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 all: rootdirs noweb srcsetup lspdir srcdir
@@ -1031,6 +1033,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
 <<Makefile.linux>>=
 
 <<ENVDEFAULTS>>
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 all: rootdirs noweb srcsetup lspdir srcdir
@@ -1076,6 +1079,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
 <<Makefile.vector>>=
 
 <<ENVDEFAULTS>>
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 all: rootdirs noweb srcsetup lspdir srcdir
@@ -1098,6 +1102,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
 <<Makefile.redhat72>>=
 
 <<ENVDEFAULTS>>
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 all: rootdirs noweb srcsetup lspdir srcdir
@@ -1120,6 +1125,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
 <<Makefile.redhat9>>=
 
 <<ENVDEFAULTS>>
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 all: rootdirs noweb srcsetup lspdir srcdir
@@ -1142,6 +1148,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
 <<Makefile.debian>>=
 
 <<ENVDEFAULTS>>
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 all: rootdirs noweb srcsetup lspdir srcdir
@@ -1235,6 +1242,7 @@ all: rootdirs noweb srcsetup lspdir srcdir
 <<Makefile.centos>>=
 
 <<ENVDEFAULTS>>
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 all: rootdirs noweb srcsetup lspdir srcdir
@@ -1324,6 +1332,7 @@ Fedora 8 on a 64 bit machine requires gcl-2.6.8pre2
 <<Makefile.fedora8-64>>=
 
 <<ENVDEFAULTS>>
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 
@@ -1390,8 +1399,8 @@ all: rootdirs noweb srcsetup lspdir srcdir
 <<Makefile.fedora64>>=
 
 <<ENVDEFAULTS>>
-<<GCLOPTS>>
 LDF="-L/usr/X11R6/lib64 -L/usr/local/lib64 -L/usr/openwin/lib64 -L/usr/lib64 "
+<<GCLOPTS-CUSTRELOC>>
 <<ENV>>
 
 
diff --git a/changelog b/changelog
index 574549c..b97c414 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20120413 tpd src/axiom-website/patches.html 20120413.01.tpd.patch
+20120413 tpd Makefile.pamphlet add <<GCLOPTS-CUSTRELOC>> to all stanzas
 20120411 tpd src/axiom-website/patches.html 20120411.01.tpd.patch
 20120411 tpd faq add FAQ 53: Axiom won't build on Fedora
 20120410 tpd src/axiom-website/patches.html 20120410.01.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 209ec12..5ead935 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -3878,5 +3878,7 @@ Makefile fix typo in GCLOPTS line<br/>
 books/bookvol5 fix parsing for 64 bit systems<br/>
 <a href="patches/20120411.01.tpd.patch">20120411.01.tpd.patch</a>
 faq add FAQ 53: Axiom won't build on Fedora<br/>
+<a href="patches/20120413.01.tpd.patch">20120413.01.tpd.patch</a>
+Makefile.pamphlet add <<GCLOPTS-CUSTRELOC>> to all stanzas<br/>
  </body>
 </html>
