libproxy: Define __USE_BSD before its needed.
authorKhem Raj <raj.khem@gmail.com>
Fri, 14 Aug 2009 21:18:40 +0000 (14:18 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 14 Aug 2009 21:20:07 +0000 (14:20 -0700)
commitbc159cc29ee70370aa85aa5628b13c21792cb4a7
treeb270cec32f37748f31e418ad4bbc692df105ff2b
parent94a9ba7988f0d6586ecaf0b722d6b320cfdf94ae
libproxy: Define __USE_BSD before its needed.

This fixed a build break on uclibc where
it complained

armv5te-oe-linux-uclibcgnueabi/usr/include/stdlib.h:215:
error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strtouq'

The reason is
u_quad_t is only defined if __USE_BSD is defined

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gnome/files/libproxy-move-define-__USE_BSD.patch [new file with mode: 0644]
recipes/gnome/libproxy_0.2.3.bb