Skip to content

Commit c609931

Browse files
stsplicy183
authored andcommitted
dosemu2: update recipe (#1833)
Disable more features that do not work on Termux just yet.
1 parent 402dd12 commit c609931

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tur/dosemu2/build.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ TERMUX_PKG_DESCRIPTION="Run DOS programs under linux."
33
TERMUX_PKG_LICENSE="GPL-2.0"
44
TERMUX_PKG_MAINTAINER="@stsp"
55
TERMUX_PKG_VERSION="2.0pre9-git"
6-
TERMUX_PKG_REVISION=5
6+
TERMUX_PKG_REVISION=6
77
TERMUX_PKG_SRCURL=git+https://github.com/dosemu2/dosemu2
88
TERMUX_PKG_GIT_BRANCH=devel
9-
_COMMIT=e368b3cd4c83a7491b208ced18c8421df613632f
10-
TERMUX_PKG_SHA256=2b1378a97030a1a5c4ae15c0618a8255c5dd553497138439010d5417cde1fb89
9+
_COMMIT=1b3de44560587de5de6b73e701ecaadedb1ba645
10+
TERMUX_PKG_SHA256=c2038b8259109872acdb91d4517d826481dfa7400fb9df37158c9f75b6dbdb44
1111
TERMUX_PKG_BUILD_DEPENDS="libandroid-posix-semaphore, libandroid-glob, slang, libao, fluidsynth, ladspa-sdk, libslirp, libbsd, readline, json-c, libseccomp, libsearpc, sdl3, sdl3-ttf, fontconfig, fdpp, dj64dev"
1212
TERMUX_PKG_DEPENDS="comcom64, instfd, libandroid-posix-semaphore, libandroid-glob, slang, libao, fluidsynth, ladspa-sdk, libslirp, libbsd, readline, json-c, libseccomp, libsearpc, sdl3, sdl3-ttf, fontconfig, fdpp, dj64dev"
1313
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
1414
--disable-landlock
15+
--disable-solib
16+
--disable-cpuemu-jit
1517
"
1618

1719
termux_step_post_get_source() {

0 commit comments

Comments
 (0)