aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:10:24 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:10:24 +0000
commitad45ffeacfd67b583f70c6ffff1cb5f27fed2713 (patch)
treeb6cdb4558ddfec28fb1d8df17fa60713cbaa42bb /tools
parent2fe90681d048927e78b290833b68415c557eb534 (diff)
downloadskabus-ad45ffeacfd67b583f70c6ffff1cb5f27fed2713.tar.gz
A couple build bugfixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools')
-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} ;;