diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-28 08:44:24 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-28 08:44:24 +0000 |
| commit | a30f977527e4a446ebc53554dc231f4e7bfb4f4e (patch) | |
| tree | db9a43e9f1c4f9c44cdd41574222638cc23a2384 | |
| parent | eb8b1bbf83f7aa4e590d7bc78ebd4365697fd935 (diff) | |
| download | shibari-a30f977527e4a446ebc53554dc231f4e7bfb4f4e.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} ;; |
