diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:44:30 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:44:30 +0000 |
| commit | 6b7041f41d80e88ec52b9ae7c5f84bca71d1cc12 (patch) | |
| tree | 143a338ffa75f3ea54321680ba756d6098c882f1 | |
| parent | c5b61a3acd295d33f143e947e196adda1430b814 (diff) | |
| download | apaste-6b7041f41d80e88ec52b9ae7c5f84bca71d1cc12.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} ;; |
