[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:53:37 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 00a50cc76f872970bdf972d37c3fb2dfd580b393
Author: Yue Ren <ren at mathematik.uni-kl.de>
Date:   Wed Feb 22 17:17:12 2012 +0100

    FIX: gfanlib with support for dynamic loading
    
    changed makefile.in so that files are compiled with -fpic,
    by adding it to c and c++ flags

diff --git a/gfanlib/Makefile.in b/gfanlib/Makefile.in
index c1d6f24..a890fd8 100755
--- a/gfanlib/Makefile.in
+++ b/gfanlib/Makefile.in
@@ -32,8 +32,8 @@ RANLIB 		= @RANLIB@
 ## compiler and linker options
 ##
 PIPE		= -pipe
-CFLAGS		= @CFLAGS@ ${PIPE}
-CXXFLAGS	= @CXXFLAGS@ ${PIPE}
+CFLAGS		= -fpic @CFLAGS@ ${PIPE}
+CXXFLAGS	= -fpic @CXXFLAGS@ ${PIPE}
 #CXXTEMPLFLAGS	= -fno-implicit-templates --no-exceptions
 CPPFLAGS	= -I${srcdir} -I${includedir}
 DEFS		= -DGMPRATIONAL

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list