mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 01:44:40 +02:00
32 lines
826 B
Diff
32 lines
826 B
Diff
From 59fc77aa4dc09d431f5e99f64a3e03bf8e5155b9 Mon Sep 17 00:00:00 2001
|
|
From: Siva Mahadevan <me@svmhdvn.name>
|
|
Date: Mon, 24 Feb 2025 22:33:33 -0500
|
|
Subject: [PATCH] undefine extra features
|
|
|
|
---
|
|
Makefile | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 390ae37..aa15543 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -24,12 +24,12 @@
|
|
|
|
# if set, network filesystem is enabled. libcurl and libcrypto
|
|
# (openssl) must be installed.
|
|
-CONFIG_FS_NET=y
|
|
+#CONFIG_FS_NET=y
|
|
# SDL support (optional)
|
|
-CONFIG_SDL=y
|
|
+#CONFIG_SDL=y
|
|
# if set, compile the 128 bit emulator. Note: the 128 bit target does
|
|
# not compile if gcc does not support the int128 type (32 bit hosts).
|
|
-CONFIG_INT128=y
|
|
+#CONFIG_INT128=y
|
|
# build x86 emulator
|
|
CONFIG_X86EMU=y
|
|
# win32 build (not usable yet)
|
|
--
|
|
2.48.1
|
|
|