View Issue Details

IDProjectCategoryView StatusLast Update
0003892libmicrohttpdbuild systempublic2015-09-16 11:00
Reportermatwey Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.42 
Target Version0.9.43Fixed in Version0.9.43 
Summary0003892: libmicrospdy.pc is installed even when spdy is disabled
Descriptionpkgconfig_DATA installs libmicrospdy.pc irrespectively to config option. Attached here is the patch to solve the issue.
TagsNo 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
libmicrohttpd_spdy_pc.patch (565 bytes)   

Activities

Christian Grothoff

2015-07-15 14:14

manager   ~0009448

Fixed as suggested in SVN 36084.

Issue History

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