aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-29 04:03:43 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-29 04:03:43 +0000
commitaa9bdfd40bdd19ba35b11e29e473f007613efa68 (patch)
tree9540e98463eaa14de97156341e953da079ee2955 /tools
parent4006e0d563bfd682c8ebeb2afc72969aea27bfd2 (diff)
downloads6-rc-aa9bdfd40bdd19ba35b11e29e473f007613efa68.tar.gz
Next batch of build fixes
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 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" ;;