Author: evgeni Date: 2016-10-24 16:53:24 +0000 (Mon, 24 Oct 2016) New Revision: 15905
Modified: packages/trunk/yabause/debian/changelog packages/trunk/yabause/debian/rules Log: Build without dynarec, as this fails with PIE. Closes: #837582 Modified: packages/trunk/yabause/debian/changelog =================================================================== --- packages/trunk/yabause/debian/changelog 2016-10-24 16:41:00 UTC (rev 15904) +++ packages/trunk/yabause/debian/changelog 2016-10-24 16:53:24 UTC (rev 15905) @@ -1,6 +1,8 @@ yabause (0.9.15-1) UNRELEASED; urgency=medium * New upstream release. + * Build without dynarec, as this fails with PIE. + Closes: #837582 -- Evgeni Golov <[email protected]> Sun, 23 Oct 2016 13:59:33 +0200 Modified: packages/trunk/yabause/debian/rules =================================================================== --- packages/trunk/yabause/debian/rules 2016-10-24 16:41:00 UTC (rev 15904) +++ packages/trunk/yabause/debian/rules 2016-10-24 16:53:24 UTC (rev 15905) @@ -12,4 +12,4 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- -DYAB_MULTIBUILD=1 -DYAB_OPTIMIZATION="" + dh_auto_configure -- -DYAB_MULTIBUILD=1 -DYAB_OPTIMIZATION="" -DSH2_DYNAREC=OFF _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

