View Issue Details

IDProjectCategoryView StatusLast Update
0004062libmicrohttpdbuild systempublic2021-09-02 17:54
Reporterwiz Assigned ToChristian Grothoff  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platformamd64OSNetBSDOS Version7.99.21
Product Version0.9.46 
Target Version0.9.47Fixed in Version0.9.47 
Summary0004062: configure uses bash-specific construct
DescriptionIn the configure script there is this line:

MHD_LIBDEPS_PKGCFG="${MHD_LIBDEPS//$GNUTLS_LIBS/}"

the "/" variable modifier is not portable.

I've locally replaced it with

MHD_LIBDEPS_PKGCFG=$(echo ${MHD_LIBDEPS} | sed "s/$GNUTLS_LIBS//")

since I think that's what this is intended to do.
Steps To ReproduceCompile on NetBSD with the default shell. Probably other shells are affected too.
TagsNo tags attached.

Activities

Christian Grothoff

2015-11-21 11:17

manager   ~0009938

Fixed as suggested in SVN 36678.

Christian Grothoff

2021-09-02 17:54

manager   ~0018191

Fix committed to master branch.

Related Changesets

libmicrohttpd: master 50a6102f

2015-11-21 12:16

Christian Grothoff


Details Diff
fix 0004062 as suggested Affected Issues
0004062
mod - configure.ac Diff File

Issue History

Date Modified Username Field Change
2015-11-21 10:45 wiz New Issue
2015-11-21 11:17 Christian Grothoff Note Added: 0009938
2015-11-21 11:17 Christian Grothoff Status new => resolved
2015-11-21 11:17 Christian Grothoff Fixed in Version => 0.9.47
2015-11-21 11:17 Christian Grothoff Resolution open => fixed
2015-11-21 11:17 Christian Grothoff Assigned To => Christian Grothoff
2015-11-21 11:17 Christian Grothoff Target Version => 0.9.47
2015-12-04 14:07 Christian Grothoff Status resolved => closed
2021-09-02 17:54 Christian Grothoff Changeset attached => libmicrohttpd master 50a6102f
2021-09-02 17:54 Christian Grothoff Note Added: 0018191