diff options
Diffstat (limited to 'testing/dosbox/APKBUILD')
-rw-r--r-- | testing/dosbox/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/dosbox/APKBUILD b/testing/dosbox/APKBUILD index 698f3f72ae..3644f1f3aa 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 } |