[Buildroot] svn commit: trunk/buildroot/package/libeXosip2

Peter Korsgaard jacmet at uclibc.org
Wed Feb 4 12:52:51 UTC 2009


>>>>> "Peter" == Peter Korsgaard <jacmet at uclibc.org> writes:

Ping?

 ulf> Log:
 ulf> Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2


 ulf> Changeset:
 ulf> Modified: trunk/buildroot/package/libeXosip2/libeXosip2.mk
 ulf> ===================================================================
 ulf> --- trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-02-02 07:22:19 UTC (rev 25217)
 ulf> +++ trunk/buildroot/package/libeXosip2/libeXosip2.mk	2009-02-02 07:24:48 UTC (rev 25218)
 ulf> @@ -22,32 +22,19 @@
 ulf> (cd $(LIBEXOSIP2_DIR); rm -rf config.cache; \
 ulf> $(TARGET_CONFIGURE_OPTS) \
 ulf> $(TARGET_CONFIGURE_ARGS) \
 ulf> +		OSIP_CFLAGS="$(TARGET_CFLAGS)" \
 ulf> +		OSIP_LIBS="-L$(STAGING_DIR)/usr/lib -losip2 -losipparser2" \

 Peter> Aren't those things already provided in TARGET_CONFIGURE_* ?

 ulf> -		--includedir=$(STAGING_DIR)/usr/include \
 ulf> -		--oldincludedir=/usr/include \

 Peter> Why were these removed?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list