On Fri, Apr 06, 2012 at 11:47:40AM +0200, Juergen Beisert wrote:
> Hi Michael,
> 
> Juergen Beisert wrote:
> > [...]
> > diff --git a/rules/libmediastreamer.in b/rules/libmediastreamer.in
> > new file mode 100644
> > index 0000000..3aa990a
> > --- /dev/null
> > +++ b/rules/libmediastreamer.in
> > @@ -0,0 +1,56 @@
> > +## SECTION=system_libraries
> > +
> > +menuconfig LIBMEDIASTREAMER
> > +   tristate
> > +   prompt "libmediastreamer              "
> > +   select LIBORTP
> > +   select SPEEX if LIBMEDIASTREAMER_SPEEX
> > +   select ALSA_LIB if LIBMEDIASTREAMER_ALSA
> > +   select LIBC_PTHREAD
> > +   select LIBC_M
> > +   select LIBC_RT
> > +   select LIBC_DL
> > +   select GCCLIBS_GCC_S
> > +   select GCCLIBS_CXX
> > +# this only to re-generate the configure.ac
> > +   select HOST_GETTEXT
> > +   select HOST_INTLTOOL
> > +   help
> > +     Multimedia streaming engine for linphone
> 
> In the meantime I changed the dependencies to:
> 
> > +# this only to re-generate the configure.ac
> > +   select HOST_GETTEXT if BUILDTIME
> > +   select HOST_INTLTOOL if BUILDTIME
> 
> But it seems it does not work as intended or at least not how I understand 
> it. 
> Because the "extract" stage with the running autoreconf fails due to a 
> missing 'AM_GNU_GETTEXT' which only is present when the 'HOST_GETTEXT' 
> dependency is correctly handled.
> 
> Am I wrong with the "if BUILDTIME" dependency for the host tools?

using "if BUILDTIME" on host tools should be a noop.

> When I remove the "if BUILDTIME" the host's gettext package is built first 
> and 
> the build continues successfuly.

I'll try to reproduce this. Something really strange is going on here. Just
drop the "if BUILDTIME" for now. It shouldn't make a difference anyways.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
[email protected]

Reply via email to