On Thu, 25 Jul 2013 10:03:57 +0200, Panu Matilainen wrote: > On 07/25/2013 10:52 AM, Jamie Nguyen wrote: > > Today, the %configure macro swallowed a backslash linking the next line, [...] > Looks like breakage caused by the recent libtool-related hardening > hackery in redhat-rpm-config > (https://bugzilla.redhat.com/show_bug.cgi?id=978949) FYI in my case it failed for elfutils-0.156-1.fc20: %configure --enable-dwz $COMPAT_CONFIG_FLAGS CFLAGS="$RPM_OPT_FLAGS -fexceptions" || { cat config.log exit 2 } http://kojipkgs.fedoraproject.org//work/tasks/5275/5655275/build.log /var/tmp/rpm-tmp.yaEBtr: line 63: syntax error near unexpected token `;' But not such a problem, I have replaced it in elfutils-0.156-2.fc20 by: trap 'cat config.log' EXIT %configure --enable-dwz $COMPAT_CONFIG_FLAGS CFLAGS="$RPM_OPT_FLAGS -fexceptions" trap '' EXIT Jan -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel