build, fix old dingux audio (disable static linking)wq
authorkub <derkub@gmail.com>
Wed, 21 Apr 2021 20:36:58 +0000 (22:36 +0200)
committerkub <derkub@gmail.com>
Wed, 21 Apr 2021 20:36:58 +0000 (22:36 +0200)
configure

index be4e992..9e65e22 100755 (executable)
--- 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"