[xmlsec] [PATCH] Fix --enable-pkgconfig option and segmentation
fault on 64-bit architectures
Aleksey Sanin
aleksey at aleksey.com
Wed Jul 29 10:10:51 PDT 2009
Committed, thanks!
Aleksey
Arfrever Frehtes Taifersar Arahesis wrote:
> configure.in contains a typo in call to AC_ARG_ENABLE related to --enable-pkgconfig option.
>
> The following warnings indicate segmentation fault on 64-bit architectures, where
> sizeof(pointer) != sizeof(int). GCC treats implicitly declared functions as returning int.
>
> hmac.c: In function ‘xmlSecOpenSSLHmacVerify’:
> hmac.c:388: warning: implicit declaration of function ‘xmlSecBase64Encode’
> hmac.c:388: warning: assignment makes pointer from integer without a cast
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> xmlsec mailing list
> xmlsec at aleksey.com
> http://www.aleksey.com/mailman/listinfo/xmlsec
More information about the xmlsec
mailing list