commit 8f1f25979665e0aceb70f8af5da81d7a9664313f parent c5eed37c744c786076a1ec13132ade7ef410ed16 Author: Jan Pobrislo <ccx@te2000.cz> Date: Tue, 15 Apr 2025 02:06:08 +0000 configure Diffstat:
A | link.configure | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/link.configure b/link.configure @@ -0,0 +1,7 @@ +#!/bin/sh -xe +cd "$(dirname "$0")/.." +exec >link.new +printf '%s\n%s' '#!/bin/sh -xe' 'exec gcc -static "$@"' +printf " '%s'" "$@" +printf '%s\n' ' -lskarnet' +mv link.new link