summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-28 15:08:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-28 15:09:12 +0000
commitedb2e59c7cecbe76b311f5b9e0f9dbffefdd983c (patch)
treeff8a8f14188e1d65097a6e37276871cd5b073ef0 /testing
parent6c4a6bd2ff13ac18f1ac567a87317fde351b88fe (diff)
downloadaports-edb2e59c7cecbe76b311f5b9e0f9dbffefdd983c.tar.bz2
aports-edb2e59c7cecbe76b311f5b9e0f9dbffefdd983c.tar.xz
testing/dosbox: fix textrels on x86
Diffstat (limited to 'testing')
-rw-r--r--testing/dosbox/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/dosbox/APKBUILD b/testing/dosbox/APKBUILD
index 698f3f72a..3644f1f3a 100644
--- a/testing/dosbox/APKBUILD
+++ b/testing/dosbox/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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
}