]> 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>
Thu, 16 May 2013 14:41:02 +0000 (17:41 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 16 May 2013 14:41:02 +0000 (17:41 +0300)
commiteb0f8afda53a479b455ccbaf13dc6b3ddcfefef6
treec79437c5efa5b01a49178862a9407b0512fbd775
parente5ec7440cabae79d502b1d954adfbd8c17e8f996
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