buildrootschalter/package/wvstreams
Markos Chandras 31d72937cf wvstreams: Pass -fPIC to CFLAGS when building PIC objects
The argp bundled dependency which is linked to the libwvutils.so
shared library, wasn't built with -fPIC.
MIPS will refuce to link a non-PIC library with a shared one.

We fix this problem by appending -fPIC to CFLAGS and build all the
shared objects with -fPIC.

[Peter: use +=]
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-20 17:08:18 +02:00
..
Config.in wvstreams: need largefile support 2013-05-28 23:32:25 +02:00
wvstreams-0001-fix-uClibc-compile-getcontext.patch
wvstreams-0002-fix-uClibc-compile-execinfo-backtrace.patch
wvstreams-0003-fix-uClibc-compile-misc.patch
wvstreams-0004-build-fixes.patch
wvstreams-0005-getuid.patch wvstreams: add missing includes for getuid() 2013-05-12 20:58:40 +02:00
wvstreams.mk wvstreams: Pass -fPIC to CFLAGS when building PIC objects 2013-06-20 17:08:18 +02:00