summaryrefslogtreecommitdiffstats
path: root/package/wvstreams
Commit message (Collapse)AuthorAgeFilesLines
* wvstreams: Pass -fPIC to CFLAGS when building PIC objectsMarkos Chandras2013-06-201-0/+4
| | | | | | | | | | | | | 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>
* wvstreams: fix openssl detection when statically linkingPeter Korsgaard2013-06-191-0/+3
| | | | | | The openssl tests need to link against libz as libcrypto references it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wvstreams: needs host-pkgconfPeter Korsgaard2013-06-191-1/+1
| | | | | | | The wvstreams configure script uses pkg-config, so we need to build host-pkgconf before. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wvstreams: need largefile supportThomas Petazzoni2013-05-281-2/+3
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/bc4/bc4c617a5d7740b6eedcfc0dd24aeed5bc888f6d/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wvstreams: add missing includes for getuid()Peter Korsgaard2013-05-121-0/+25
| | | | | | Fixes http://autobuild.buildroot.net/results/2ad80b1ae823fbe196f8a65220d5d4a0dd202c4e/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wvstreams: disable warningsThomas Petazzoni2013-05-111-1/+5
| | | | | | | | | During the compilation of wvstreams, a number of strict aliasing related warnings are shown, making the build quite noisy. Turn warnings off using the --disable-warnings option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wvstreams: fix build failuresThomas Petazzoni2013-05-111-0/+40
| | | | | | | | Add a patch to fix wvstreams build failures such as http://autobuild.buildroot.org/results/8cb2904113a5e63d6170c085f77a8040d50a0138/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wvstreams: new packageSimon Dawson2013-05-065-0/+384
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>