# HG changeset patch # User John W. Eaton # Date 1371244784 14400 # Node ID b374f89bc920f5648c8b1f3ff2bb3d8146dd2bbe # Parent 5ef49fb3299d25210120edb8c0128bd94073f26a fix USE_PIC_FLAG substitution in Makefile.in diff -r 5ef49fb3299d -r b374f89bc920 Makefile.in --- a/Makefile.in Fri Jun 14 16:51:29 2013 -0400 +++ b/Makefile.in Fri Jun 14 17:19:44 2013 -0400 @@ -33,7 +33,7 @@ BUILD_SHARED := @BUILD_SHARED@ BUILD_STATIC := @BUILD_STATIC@ -USE_PIC_FLAG := @BUILD_STATIC@ +USE_PIC_FLAG := @USE_PIC_FLAG@ # Attempt to build Octave and dependencies with 64-bit indexing # enabled (experimental; requires 64-bit system and compiler).