diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-29 04:04:01 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-29 04:04:01 +0000 |
| commit | 9d3d6e7f33f1b151b5a3a211d99b5c6dd3be47df (patch) | |
| tree | 2cbc107aa192b6adbceb022b7a061d88f061e11b /configure | |
| parent | 36a5e7d7b1d9ac63dc310351c84fd3b10f190a1a (diff) | |
| download | shibari-9d3d6e7f33f1b151b5a3a211d99b5c6dd3be47df.tar.gz | |
Next batch of build fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |
