From 10bc7ec17b68f6b9fb8a46a9638be581164489e2 Mon Sep 17 00:00:00 2001 From: Xavier Date: Mon, 20 Feb 2023 08:14:05 -0500 Subject: [PATCH] Removal of bypass flag for curses build --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index e1267be..0755d79 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -105,7 +105,7 @@ package_ocp-git() { 'libancient' 'libdiscid') cd $_pkgbase - ./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core cross_compiling=yes\ + ./configure --prefix=/usr --sysconfdir=/etc --with-builtin=core\ --without-x11 --without-sdl --without-sdl2\ --without-update-desktop-database\ --without-update-mime-database