aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-29 04:04:03 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-29 04:04:03 +0000
commitb71eb5fb76d53e4aba2a0b38b84c4822006caf83 (patch)
tree26a52574af463b4978d4995e3f9adf01dbd02b8b
parente6a6b7f4d06b5c47c27e20f704b25c59841fb9e2 (diff)
downloadbcnm-b71eb5fb76d53e4aba2a0b38b84c4822006caf83.tar.gz
Next batch of build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-xconfigure2
-rwxr-xr-xtools/configure.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 54e0004..14b010c 100755
--- a/configure
+++ b/configure
@@ -181,7 +181,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" ;;
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" ;;