aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:44:22 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:44:22 +0000
commit1feb5912e746918b5406808c8159998a66b1f7e7 (patch)
treef3a8bc8a1617a13d8b103d42fb79d82cbd299f5d
parent851cdc362c11c9475f6a8f1c493c2f550c15555c (diff)
downloadtipidee-1feb5912e746918b5406808c8159998a66b1f7e7.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-xtools/configure.template2
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} ;;