On Fri, May 11, 2012 at 5:26 AM, Raphael Kubo da Costa
<rak...@freebsd.org> wrote:
> Hey there.
>
> I was trying to build ecore earlier today and apparently the libgcrypt
> CFLAGS and linker flags were not being passed as expected (GnuTLS
> support is enabled).
>
> In the end, it looks like the code in ecore_check_options.m4 was failing
> here:
>
>  checking for libgcrypt-config... /usr/local/bin/libgcrypt-config
>  checking for libgcrypt... yes
>  ./configure: TLS_CFLAGS+= -I/usr/local/include: not found
>  ./configure: TLS_LIBS+= -L/usr/local/lib -lgcrypt -lgpg-error: not
>               found
>
> The attached patch solves the issue by not using '+=' to append the
> values to TLS_{CFLAGS,LIBS}. I thought of using AS_VAR_APPEND, but I
> don't know if there are autoconf versions we are supposed to support
> which do not have that macro.
>
> The patch should also apply cleanly to the 1.0, 1.1 and 1.2
> branches. Please let me know if there should be a NEWS/ChangeLog entry.

in svn, thanks. I do not have the other branches, so if someone can do it...

Vincent

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to