summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-11-24 12:13:36 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-11-24 12:13:36 (GMT)
commit1daa4db7219aef944a933660c715321e1804046d (patch)
treee6491ed9146e45fcadc56acc77bbb27bc44f5026
parent44a2186e472a709049241091b83d3147f123096b (diff)
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(+)
-rw-r--r--scripts/build/debug/100-dmalloc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/debug/100-dmalloc.sh b/scripts/build/debug/100-dmalloc.sh
index fcb6f9d..371c5cd 100644
--- a/scripts/build/debug/100-dmalloc.sh
+++ b/scripts/build/debug/100-dmalloc.sh
@@ -37,6 +37,7 @@ do_debug_dmalloc_build() {
LD="${CT_TARGET}-ld" \
AR="${CT_TARGET}-ar" \
+ CFLAGS=-fPIC \
CT_DoExecLog ALL \
"${CT_SRC_DIR}/dmalloc-${CT_DMALLOC_VERSION}/configure" \
--prefix=/usr \