View Issue Details

IDProjectCategoryView StatusLast Update
0002143libmicrohttpdbuild systempublic2012-05-31 13:37
Reporterwoof Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.19 
Target Version0.9.20Fixed in Version0.9.20 
Summary0002143: make tries to make authorization_example when --disable-dauth is specified in configure
Descriptionmake tries to make src/examples/authorization_example even when --disable-dauth is specified in configure. The build fails because it can't find MHD_basic_auth_get_username_password() in line 63.
Steps To Reproduce./configure --disable-dauth
make
Additional InformationPatch:

--- src/examples/Makefile.am~ 2012-01-16 06:30:29.000000000 -0700
+++ src/examples/Makefile.am 2012-02-06 14:08:13.000000000 -0700
@@ -15,7 +15,6 @@ endif
 
 # example programs
 noinst_PROGRAMS = \
-authorization_example \
 minimal_example \
 dual_stack_example \
 minimal_example_comet \
@@ -31,7 +30,9 @@ noinst_PROGRAMS += https_fileserver_exam
 endif
 
 if ENABLE_DAUTH
-noinst_PROGRAMS += digest_auth_example
+noinst_PROGRAMS += \
+authorization_example \
+digest_auth_example
 endif
 
 if HAVE_W32
TagsNo tags attached.

Activities

Christian Grothoff

2012-02-06 22:49

manager   ~0005453

Fixed in SVN 19716.

Issue History

Date Modified Username Field Change
2012-02-06 22:32 woof New Issue
2012-02-06 22:49 Christian Grothoff Note Added: 0005453
2012-02-06 22:49 Christian Grothoff Status new => resolved
2012-02-06 22:49 Christian Grothoff Fixed in Version => 0.9.20
2012-02-06 22:49 Christian Grothoff Resolution open => fixed
2012-02-06 22:49 Christian Grothoff Assigned To => Christian Grothoff
2012-02-06 22:50 Christian Grothoff Target Version => 0.9.20
2012-05-31 13:37 Christian Grothoff Status resolved => closed