mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 04:42:14 +01:00
21 lines
783 B
Diff
21 lines
783 B
Diff
--- ./src/Makefile.in.orig
|
|
+++ ./src/Makefile.in
|
|
@@ -1963,7 +1963,7 @@
|
|
noinst_LTLIBRARIES = libsquid.la
|
|
cf_gen_SOURCES = cf_gen.cc
|
|
nodist_cf_gen_HEADER = cf_gen_defines.cci
|
|
-cf_gen_LDADD =
|
|
+cf_gen_LDADD = -lpthread
|
|
ACL_REGISTRATION_SOURCES = AclRegs.cc AuthReg.cc
|
|
DISKIO_SOURCE = \
|
|
DiskIO/DiskIOModule.cc \
|
|
@@ -5796,7 +5796,7 @@
|
|
|
|
# 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) $(cf_gen_LDADD) -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
|