Build dmalloc with -fPIC to sucessfully build the shared library with newer binutils.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Nov 24 12:13:36 2008 +0000 (2008-11-24)
changeset 1074f69c993af096
parent 1073 3ea9b9521203
child 1075 61bfa38f2174
Build dmalloc with -fPIC to sucessfully build the shared library with newer binutils.

/trunk/scripts/build/debug/100-dmalloc.sh | 1 1 0 0 +
1 file changed, 1 insertion(+)
scripts/build/debug/100-dmalloc.sh
     1.1 --- a/scripts/build/debug/100-dmalloc.sh	Mon Nov 24 10:17:05 2008 +0000
     1.2 +++ b/scripts/build/debug/100-dmalloc.sh	Mon Nov 24 12:13:36 2008 +0000
     1.3 @@ -37,6 +37,7 @@
     1.4  
     1.5      LD="${CT_TARGET}-ld"                                        \
     1.6      AR="${CT_TARGET}-ar"                                        \
     1.7 +    CFLAGS=-fPIC                                                \
     1.8      CT_DoExecLog ALL                                            \
     1.9      "${CT_SRC_DIR}/dmalloc-${CT_DMALLOC_VERSION}/configure"     \
    1.10          --prefix=/usr                                           \