From edb2e59c7cecbe76b311f5b9e0f9dbffefdd983c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 28 Oct 2014 15:08:42 +0000 Subject: [PATCH] testing/dosbox: fix textrels on x86 --- testing/dosbox/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/dosbox/APKBUILD b/testing/dosbox/APKBUILD index 698f3f72aef..3644f1f3aa0 100644 --- a/testing/dosbox/APKBUILD +++ b/testing/dosbox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=dosbox pkgver=0.74 -pkgrel=0 +pkgrel=1 pkgdesc="x86/DOS emulator with sound and graphics" url="http://dosbox.com" arch="all" @@ -42,6 +42,8 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ + --disable-dynamic-core \ + --disable-dynamic-x86 \ || return 1 make || return 1 }