]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3744: squid terminated: FATAL: Bungled (null) line 3: sslproxy_cert_sign signTrus...
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sun, 19 May 2013 03:17:59 +0000 (21:17 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 May 2013 03:17:59 +0000 (21:17 -0600)
commit249f98b6d9d08299ac9c5de6f62fe6a47cd0b846
tree0ad246f5a2252ec95aa14cef1203c045a69e35f5
parentadf7ef555dce66d0613d09e3b03f00baaeb8b25a
Bug 3744: squid terminated: FATAL: Bungled (null) line 3: sslproxy_cert_sign signTrusted all

This bug is a Makefile dependencies  problem.

 - The cf_gen includes the  cf_gen_defines.cci so this file should included in
   cf_gen dependencies.
 - Currently the cf_gen_defines.cci exist in cf_gen.$(OBJEXT) dependencies but
   does not have any effect because the obj file never build and used.
 - Also the  cf_gen_defines.cci file depends on autoconf.h so this file should
   added to to cf_gen_defines.cc dependencies.
   All of the sources has the autoconf.h file in their dependencies.
   But the cf_gen_defines.cci is auto-generated and does not exist when the
   dependencies computed.

This is a Measurement Factory project
src/Makefile.am