diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:44:28 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:44:28 +0000 |
| commit | b01cc21c27a213478147ed4a814551589783259d (patch) | |
| tree | f362380742ad593a5dcb4673e949f6bdb9cba413 | |
| parent | 42b9e8a5008f5573b20749080fbcd9397a745a5d (diff) | |
| download | dnsfunnel-b01cc21c27a213478147ed4a814551589783259d.tar.gz | |
Latest batch of 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 6ff35bb..54e5ea1 100755 --- a/tools/configure.template +++ b/tools/configure.template @@ -183,7 +183,7 @@ for arg ; do --pkgconfigdir=*) pkgconfigdir=${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:+ }-I$var" ; vpaths="$vpaths $var" ;; + --with-lib=*) var=${arg#*=} ; stripdir var ; addlibspath="$addlibspath -L$var" ; deplibpath="${deplibpath}${deplibpath:+ }-L$var" ; vpaths="$vpaths $var" ;; --with-dynlib=*) var=${arg#*=} ; stripdir var ; addlibdpath="$addlibdpath -L$var" ; vpathd="$vpathd $var" ;; --with-pkgconfig=*) pkgconf=${arg#*=} ;; --with-pkgconfig) pkgconf=${PKG_CONFIG:-pkg-config} ;; |
