View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003560 | libmicrohttpd | build system | public | 2014-11-27 23:59 | 2021-09-02 17:54 |
Reporter | hypertrip | Assigned To | Christian Grothoff | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.38 | ||||
Target Version | 0.9.39 | Fixed in Version | 0.9.39 | ||
Summary | 0003560: --disable-examples configuration parameter doesn't work | ||||
Description | Calling the configure script with --disable-examples does not achieve the expected result. The examples are compiled anyway. | ||||
Steps To Reproduce | ./configure --disable-examples make | ||||
Tags | No 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 | ||||
|
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). |
|
Fixed as suggested in SVN 34464. |
|
Fix committed to master branch. |
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 |