Mailing List Archive

svn commit: r1880312 - in /spamassassin/trunk/build/pga: configure configure.in
Author: hege
Date: Sun Jul 26 07:37:46 2020
New Revision: 1880312

URL: http://svn.apache.org/viewvc?rev=1880312&view=rev
Log:
Add -fPIC to CFLAGS

Modified:
spamassassin/trunk/build/pga/configure
spamassassin/trunk/build/pga/configure.in

Modified: spamassassin/trunk/build/pga/configure
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/pga/configure?rev=1880312&r1=1880311&r2=1880312&view=diff
==============================================================================
--- spamassassin/trunk/build/pga/configure (original)
+++ spamassassin/trunk/build/pga/configure Sun Jul 26 07:37:46 2020
@@ -222,7 +222,7 @@ PARALLEL=0 # parall
OPTIMIZE=1 # optimized?
CPPFLAGS="" # flags to send to the C preprocessor
LDFLAGS="" # link flags
-CFLAGS="" # flags to send to the C compiler
+CFLAGS="-fPIC" # flags to send to the C compiler
FFLAGS="" # flags to send to the FORTRAN compiler
PGA_DIR="`pwd`" # the root of the pgapack tree
PGA_DIR=`echo $PGA_DIR | sed "s=tmp_mnt/=="` # get rid of 'tmp_mnt/'

Modified: spamassassin/trunk/build/pga/configure.in
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/pga/configure.in?rev=1880312&r1=1880311&r2=1880312&view=diff
==============================================================================
--- spamassassin/trunk/build/pga/configure.in (original)
+++ spamassassin/trunk/build/pga/configure.in Sun Jul 26 07:37:46 2020
@@ -93,7 +93,7 @@ PARALLEL=0 # parall
OPTIMIZE=1 # optimized?
CPPFLAGS="" # flags to send to the C preprocessor
LDFLAGS="" # link flags
-CFLAGS="" # flags to send to the C compiler
+CFLAGS="-fPIC" # flags to send to the C compiler
FFLAGS="" # flags to send to the FORTRAN compiler
PGA_DIR="`pwd`" # the root of the pgapack tree
PGA_DIR=`echo $PGA_DIR | sed "s=tmp_mnt/=="` # get rid of 'tmp_mnt/'