------------------------------------------------------------ revno: 1487 committer: Dmitrijs Ledkovs <[email protected]> branch nick: upstart timestamp: Wed 2013-06-26 10:43:16 +0100 message: Disable experimental abi-compliance-checker for distcheck target. Known to be broken on supported architectures. modified: Makefile.am
-- lp:upstart https://code.launchpad.net/~upstart-devel/upstart/trunk Your team Upstart Reviewers is subscribed to branch lp:upstart. To unsubscribe from this branch go to https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'Makefile.am' --- Makefile.am 2013-06-25 15:56:00 +0000 +++ Makefile.am 2013-06-26 09:43:16 +0000 @@ -5,3 +5,6 @@ EXTRA_DIST = HACKING ACLOCAL_AMFLAGS = --install -I m4 + +# Broken with gcc-4.8 on ubuntu saucy at the moment +AM_DISTCHECK_CONFIGURE_FLAGS = --disable-abi-check
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
