0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-20 08:24:38 +00:00
Files
termux-packages/packages/smalltalk/Makefile.am.patch
Tee KOBAYASHI fd85078d98 smalltalk: Fix build
%ci:no-build
2023-04-27 12:15:19 +09:00

23 lines
990 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -31,8 +31,8 @@
# Running gst inside the build directory...
GST_OPTS = --kernel-dir "@srcdir@/kernel" --image gst.im
-GST = $(WINEWRAPPER) ./gst$(EXEEXT) --no-user-files $(GST_OPTS)
-GST_PACKAGE = XZIP="$(XZIP)" $(WINEWRAPPER) ./gst-tool$(EXEEXT) gst-package $(GST_OPTS)
+GST = $(WINEWRAPPER) ../host-build/.libs/gst --no-user-files $(GST_OPTS)
+GST_PACKAGE = XZIP="$(XZIP)" $(WINEWRAPPER) ../host-build/.libs/gst-tool gst-package $(GST_OPTS)
###########################################################
@@ -218,7 +218,7 @@
--srcdir "$(srcdir)" $(srcdir)/packages.xml
$(mkdir_p) $(DESTDIR)$(imagedir)
cd $(DESTDIR)$(imagedir) && \
- $(WINEWRAPPER) "$(abs_top_builddir)/gst$(EXEEXT)" --no-user-files -iS \
+ $(WINEWRAPPER) "@TERMUX_PKG_HOSTBUILD_DIR@/.libs/gst" --no-user-files -iS \
--kernel-dir "$(DESTDIR)$(pkgdatadir)/kernel" \
--image "$(DESTDIR)$(imagedir)/gst.im" \
-f "@abs_top_srcdir@/scripts/Finish.st" \