]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/squid/squid-3.5-14152.patch
squid 3.5.24: latest patches (14149-14153)
[ipfire-2.x.git] / src / patches / squid / squid-3.5-14152.patch
CommitLineData
24a80f0c
MF
1------------------------------------------------------------
2revno: 14152
3revision-id: squid3@treenet.co.nz-20170331233921-efxhs8vy025fvrnl
4parent: squid3@treenet.co.nz-20170331233831-m3hfrigo82uhz4id
5committer: Amos Jeffries <squid3@treenet.co.nz>
6branch nick: 3.5
7timestamp: Sat 2017-04-01 12:39:21 +1300
8message:
9 libtrie: Fix 'make check' when run before 'make all'
10------------------------------------------------------------
11# Bazaar merge directive format 2 (Bazaar 0.90)
12# revision_id: squid3@treenet.co.nz-20170331233921-efxhs8vy025fvrnl
13# target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5
14# testament_sha1: 8399bbfe7b517fa6306bdc61d212a9a4fcc9e88b
15# timestamp: 2017-03-31 23:40:52 +0000
16# source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5
17# base_revision_id: squid3@treenet.co.nz-20170331233831-\
18# m3hfrigo82uhz4id
19#
20# Begin patch
21=== modified file 'lib/libTrie/Makefile.am'
22--- lib/libTrie/Makefile.am 2017-01-01 00:16:45 +0000
23+++ lib/libTrie/Makefile.am 2017-03-31 23:39:21 +0000
24@@ -8,8 +8,8 @@
25 include $(top_srcdir)/src/Common.am
26 include $(top_srcdir)/src/TestHeaders.am
27
28-DIST_SUBDIRS = test
29-SUBDIRS = test
30+DIST_SUBDIRS = . test
31+SUBDIRS = . test
32
33 noinst_LIBRARIES = libTrie.a
34
35