From 134edc9b263cf09a84efab138afc1a852d476a98 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 16 Aug 2016 12:47:19 +0000 Subject: Apply Eric's patch for spawn support --- AUTHORS | 1 + package/deps.mak | 2 +- src/execline/deps-exe/foreground | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index b780d54..b3c142c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ Main author: Contributors: Jean Marot Paul Jarc + Eric Le Bihan Thanks to: Dan J. Bernstein diff --git a/package/deps.mak b/package/deps.mak index 709808d..c29928b 100644 --- a/package/deps.mak +++ b/package/deps.mak @@ -110,7 +110,7 @@ fdswap: EXTRA_LIBS := fdswap: src/execline/fdswap.o -lskarnet forbacktickx: EXTRA_LIBS := forbacktickx: src/execline/forbacktickx.o -lskarnet -foreground: EXTRA_LIBS := +foreground: EXTRA_LIBS := ${SPAWN_LIB} foreground: src/execline/foreground.o ${LIBEXECLINE} -lskarnet forstdin: EXTRA_LIBS := ${SPAWN_LIB} forstdin: src/execline/forstdin.o ${LIBEXECLINE} -lskarnet diff --git a/src/execline/deps-exe/foreground b/src/execline/deps-exe/foreground index 97021b5..7161673 100644 --- a/src/execline/deps-exe/foreground +++ b/src/execline/deps-exe/foreground @@ -1,2 +1,3 @@ ${LIBEXECLINE} -lskarnet +${SPAWN_LIB} -- cgit v1.3.1