diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-29 04:03:39 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-29 04:03:39 +0000 |
| commit | eae8425957e2401109034e53be2791e48f45d2a6 (patch) | |
| tree | ab21f513bbf6bd9445809c2e8b881e92f872b13b | |
| parent | e518e03186cbc27052617b7436542790edf022a0 (diff) | |
| download | execline-eae8425957e2401109034e53be2791e48f45d2a6.tar.gz | |
Next batch of build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rwxr-xr-x | tools/configure.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure.template b/tools/configure.template index 51fc2b4..c0e2945 100755 --- a/tools/configure.template +++ b/tools/configure.template @@ -180,7 +180,7 @@ for arg ; do --libdir=*) libdir=${arg#*=} ;; --includedir=*) includedir=${arg#*=} ;; --sysconfdir=*) sysconfdir=${arg#*=} ;; - --pkgconfigdir=*) pkgconfigdir=${arg#*=} ;; + --pkgconfdir=*) pkgconfdir=${arg#*=} ;; --with-sysdeps=*) sysdeps=${arg#*=} manualsysdeps=true ;; --with-include=*) var=${arg#*=} ; stripdir var ; addincpath="$addincpath -I$var" ; depincpath="${depincpath}${depincpath:+ }-I$var" ;; --with-lib=*) var=${arg#*=} ; stripdir var ; addlibspath="$addlibspath -L$var" ; deplibpath="${deplibpath}${deplibpath:+ }-L$var" ; vpaths="$vpaths $var" ;; |
