diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-26 04:27:39 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-26 04:27:39 +0000 |
| commit | ea714e771e8964114285915acacf80707cc17bdd (patch) | |
| tree | 05e036cd629693de1667225cd8df4bf26aa5db10 /configure | |
| parent | 7390d0eacf18f70a3ac4f6f3351cadc12656234e (diff) | |
| download | execline-ea714e771e8964114285915acacf80707cc17bdd.tar.gz | |
Add export-array; update deps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,6 @@ exit 0 # generally not a good idea to use echo. # See http://www.etalabs.net/sh_tricks.html echo () { - IFS=" " printf %s\\n "$*" } @@ -433,6 +432,7 @@ if $allstatic ; then echo "DO_ALLSTATIC := 1" else echo ".LIBPATTERNS := lib%.so" + echo "DO_ALLSTATIC :=" fi if $static ; then echo "DO_STATIC := 1" |
