View Issue Details

IDProjectCategoryView StatusLast Update
0003560libmicrohttpdbuild systempublic2021-09-02 17:54
Reporterhypertrip Assigned ToChristian Grothoff  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.38 
Target Version0.9.39Fixed in Version0.9.39 
Summary0003560: --disable-examples configuration parameter doesn't work
DescriptionCalling the configure script with --disable-examples does not achieve the expected result. The examples are compiled anyway.
Steps To Reproduce./configure --disable-examples
make
TagsNo tags attached.
Attached Files
disable-examples.diff (408 bytes)   
Index: src/Makefile.am
===================================================================
--- src/Makefile.am	(revision 34446)
+++ src/Makefile.am	(working copy)
@@ -18,7 +18,7 @@
 endif
 endif
 
-SUBDIRS = include platform microhttpd $(microspdy) examples $(curltests) $(zzuftests) .
+SUBDIRS = include platform microhttpd $(microspdy) $(curltests) $(zzuftests) .
 
 if BUILD_EXAMPLES
 SUBDIRS += examples
disable-examples.diff (408 bytes)   

Activities

hypertrip

2014-11-28 00:05

reporter   ~0008630

The examples directory is always in the SUBDIRS variable of src/Makefile.am. It should be removed.

Attached patch to fix the issue (against SVN r34406).

Christian Grothoff

2014-12-01 11:56

manager   ~0008635

Fixed as suggested in SVN 34464.

Christian Grothoff

2021-09-02 17:54

manager   ~0018202

Fix committed to master branch.

Related Changesets

libmicrohttpd: master d5571974

2014-12-01 12:55

Christian Grothoff


Details Diff
fix 0003560 as suggested by reporter Affected Issues
0003560
mod - src/Makefile.am Diff File

Issue History

Date Modified Username Field Change
2014-11-27 23:59 hypertrip New Issue
2014-11-28 00:01 hypertrip File Added: disable-examples.diff
2014-11-28 00:05 hypertrip Note Added: 0008630
2014-12-01 11:56 Christian Grothoff Note Added: 0008635
2014-12-01 11:56 Christian Grothoff Status new => resolved
2014-12-01 11:56 Christian Grothoff Fixed in Version => 0.9.39
2014-12-01 11:56 Christian Grothoff Resolution open => fixed
2014-12-01 11:56 Christian Grothoff Assigned To => Christian Grothoff
2014-12-01 11:56 Christian Grothoff Target Version => 0.9.39
2014-12-22 16:40 Christian Grothoff Status resolved => closed
2021-09-02 17:54 Christian Grothoff Changeset attached => libmicrohttpd master d5571974
2021-09-02 17:54 Christian Grothoff Note Added: 0018202