27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
|
Index: src/Makefile.am
|
||
|
===================================================================
|
||
|
--- src/Makefile.am.orig
|
||
|
+++ src/Makefile.am
|
||
|
@@ -917,7 +917,7 @@ cache_cf.o: cf_parser.cci
|
||
|
|
||
|
# cf_gen builds the configuration files.
|
||
|
cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES)
|
||
|
- $(HOSTCXX) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src
|
||
|
+ $(HOSTCXX) $(CXXFLAGS) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src
|
||
|
|
||
|
# squid.conf.default is built by cf_gen when making cf_parser.cci
|
||
|
squid.conf.default squid.conf.documented: cf_parser.cci
|
||
|
Index: src/Makefile.in
|
||
|
===================================================================
|
||
|
--- src/Makefile.in.orig
|
||
|
+++ src/Makefile.in
|
||
|
@@ -6573,7 +6573,7 @@ cache_cf.o: cf_parser.cci
|
||
|
|
||
|
# cf_gen builds the configuration files.
|
||
|
cf_gen$(EXEEXT): $(cf_gen_SOURCES) $(cf_gen_DEPENDENCIES)
|
||
|
- $(HOSTCXX) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src
|
||
|
+ $(HOSTCXX) $(CXXFLAGS) -o $@ $(srcdir)/cf_gen.cc -I$(srcdir) -I$(top_builddir)/include/ -I$(top_builddir)/src
|
||
|
|
||
|
# squid.conf.default is built by cf_gen when making cf_parser.cci
|
||
|
squid.conf.default squid.conf.documented: cf_parser.cci
|