ports/sysutils/safecat/patches/patch-make-load_sh

8 lines
204 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: make-load.sh
--- make-load.sh.orig
+++ make-load.sh
@@ -1,2 +1,2 @@
echo 'main="$1"; shift'
-echo exec "$LD" '-o "$main" "$main".o ${1+"$@"}'
+echo exec "$LD" '-o "$main" "$main".o -L. ${1+"$@"}'