From e7fe3702b5308243b914fa5f64f361db859c931b Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 6 May 2019 13:18:19 +0300 Subject: [PATCH] gst-plugins-bad: attempt to fix problem with 'glib-mkenums' Error was (build time): /data/data/com.termux/files/usr/bin/glib-mkenums: line 10: from: command not found /data/data/com.termux/files/usr/bin/glib-mkenums: line 12: import: command not found /data/data/com.termux/files/usr/bin/glib-mkenums: line 13: import: command not found --- packages/gst-plugins-bad/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gst-plugins-bad/build.sh b/packages/gst-plugins-bad/build.sh index e0389c38a..c5f0aaa4e 100644 --- a/packages/gst-plugins-bad/build.sh +++ b/packages/gst-plugins-bad/build.sh @@ -21,4 +21,5 @@ TERMUX_PKG_RM_AFTER_INSTALL="share/gtk-doc/" termux_step_pre_configure() { export GNUSTL_LIBS="-lc" export GNUSTL_CFLAGS="-Oz" + export GLIB_MKENUMS="/usr/bin/glib-mkenums" }