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/no_hardlink.patch
Tee KOBAYASHI fd85078d98 smalltalk: Fix build
%ci:no-build
2023-04-27 12:15:19 +09:00

12 lines
388 B
Diff

--- a/build-aux/ln.m4
+++ b/build-aux/ln.m4
@@ -2,7 +2,7 @@
[AC_MSG_CHECKING([whether ln works])
rm -f conf$$ conf$$.exe conf$$.file
echo >conf$$.file
-if ln conf$$.file conf$$ 2>/dev/null; then
+if false; then
# We could just check for DJGPP; but this test works, is more generic
# and will remain valid once DJGPP supports symlinks (DJGPP 2.04).
if test -f conf$$.exe; then