From 567c41ff2a0b5686110baa6c8dacfd847b9bad3e Mon Sep 17 00:00:00 2001 From: kub Date: Wed, 21 Apr 2021 22:36:58 +0200 Subject: [PATCH] build, fix old dingux audio (disable static linking)wq --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index be4e992e..9e65e221 100755 --- a/configure +++ b/configure @@ -84,7 +84,7 @@ set_platform() # dingoo a320, ritmix rzx-50, the like. all have Ingenic MIPS cpu <= JZ4755 sound_drivers="sdl" # use static linking since the lib situation is ... let's say vague - LDFLAGS="$LDFLAGS -static" + #LDFLAGS="$LDFLAGS -static" # uses a pre-gcw0 version of opendingux CFLAGS="$CFLAGS -D__DINGUX__" MFLAGS="-march=mips32 -msoft-float" -- 2.39.2