diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-29 04:03:55 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-29 04:03:55 +0000 |
| commit | 856d2bc042963c12fab9abc14d22c63704d514f8 (patch) | |
| tree | 39a50b8c3c5b18aa082bbe076de27b93a6ed2927 /configure | |
| parent | 22e55f443e565bb8c8f24f155afe93cc388ec879 (diff) | |
| download | mdevd-856d2bc042963c12fab9abc14d22c63704d514f8.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
@@ -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" ;; |
