View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003892 | libmicrohttpd | build system | public | 2015-07-14 22:23 | 2015-09-16 11:00 |
Reporter | matwey | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.42 | ||||
Target Version | 0.9.43 | Fixed in Version | 0.9.43 | ||
Summary | 0003892: libmicrospdy.pc is installed even when spdy is disabled | ||||
Description | pkgconfig_DATA installs libmicrospdy.pc irrespectively to config option. Attached here is the patch to solve the issue. | ||||
Tags | No tags attached. | ||||
Attached Files | libmicrohttpd_spdy_pc.patch (565 bytes)
Index: libmicrohttpd-0.9.42/Makefile.am =================================================================== --- libmicrohttpd-0.9.42.orig/Makefile.am +++ libmicrohttpd-0.9.42/Makefile.am @@ -7,7 +7,10 @@ EXTRA_DIST = acinclude.m4 libmicrohttpd. w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc.rc pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libmicrohttpd.pc libmicrospdy.pc +pkgconfig_DATA = libmicrohttpd.pc +if ENABLE_SPDY +pkgconfig_DATA += libmicrospdy.pc +endif if BUILD_DOC SUBDIRS += doc | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-07-14 22:23 | matwey | New Issue | |
2015-07-14 22:23 | matwey | File Added: libmicrohttpd_spdy_pc.patch | |
2015-07-15 14:14 | Christian Grothoff | Note Added: 0009448 | |
2015-07-15 14:14 | Christian Grothoff | Status | new => resolved |
2015-07-15 14:14 | Christian Grothoff | Fixed in Version | => 0.9.43 |
2015-07-15 14:14 | Christian Grothoff | Resolution | open => fixed |
2015-07-15 14:14 | Christian Grothoff | Assigned To | => Christian Grothoff |
2015-07-15 14:14 | Christian Grothoff | Target Version | => 0.9.43 |
2015-09-16 11:00 | Christian Grothoff | Status | resolved => closed |