buildrootschalter/package/dmalloc
Thomas Petazzoni c19c645141 dmalloc: pass -fPIC when compiling
This is needed to avoid:

/home/test/mips-4.4/bin/mips-linux-gnu-ld --sysroot=/home/test/outputs/test-35/staging -shared --whole-archive -soname libdmallocxx.so -o libdmallocxx.so.t libdmallocxx.a
/home/test/mips-4.4/bin/mips-linux-gnu-ld: libdmalloc.a(arg_check.o): relocation R_MIPS_HI16 against `_dmalloc_flags' can not be used when making a shared object; recompile with -fPIC

It is fixed through a patch to Makefile.in instead of passing a CFLAGS
variable to ./configure environment in order to avoid cluttering the
configuration cache with incorrect values.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-07-29 22:18:10 +02:00
..
Config.in Kconfig: remove 'default n' 2008-07-17 20:01:44 +00:00
dmalloc-5.4.3-add-fpic.patch dmalloc: pass -fPIC when compiling 2010-07-29 22:18:10 +02:00
dmalloc-mips.patch add dmalloc 2006-12-12 22:16:41 +00:00
dmalloc.mk dmalloc : convert to autotools infrastructure 2010-06-24 13:51:06 +02:00