Frederik Himpe
2009-07-22 21:05:04 UTC
librapi2 0.14's configure script does
CFLAGS=`echo $CFLAGS | sed 's|-Werror||'`
However, if you have set -Werror=format-security in your CFLAGS (which is
the default in Mandriva), this results in the broken option
"=format-security", breaking the configure script with:
gcc: =format-security: No such file or directory
when building the pthread tests.
CFLAGS=`echo $CFLAGS | sed 's|-Werror||'`
However, if you have set -Werror=format-security in your CFLAGS (which is
the default in Mandriva), this results in the broken option
"=format-security", breaking the configure script with:
gcc: =format-security: No such file or directory
when building the pthread tests.
--
Frederik Himpe
Frederik Himpe