r15905 - packages/trunk/yabause/debian

Evgeni Golov evgeni at moszumanska.debian.org
Mon Oct 24 16:53:26 UTC 2016


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 <evgeni at debian.org>  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




More information about the Pkg-games-commits mailing list