aboutsummaryrefslogtreecommitdiff
path: root/changes/bug16164
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-05-26 09:39:53 -0400
committerNick Mathewson <nickm@torproject.org>2015-05-26 09:39:53 -0400
commit08e8c21b1f0acac5e023d05d59f175f2f5716288 (patch)
tree26533cb3fe939b751f3c05c9bf333cefd82b71d4 /changes/bug16164
parentb3a225fb13d57125888bc6e2c84bdca9abce00f6 (diff)
downloadtor-08e8c21b1f0acac5e023d05d59f175f2f5716288.tar.gz
tor-08e8c21b1f0acac5e023d05d59f175f2f5716288.zip
Fix --enable-systemd builds on systems with libsystemd but not systemd
Fixes bug 16164; bugfix on 0.2.6.3-alpha. Patch from Peter Palfrader.
Diffstat (limited to 'changes/bug16164')
-rw-r--r--changes/bug161644
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug16164 b/changes/bug16164
new file mode 100644
index 0000000000..fbb383c26d
--- /dev/null
+++ b/changes/bug16164
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation):
+ - Build with --enable-systemd correctly when libsystemd is installed,
+ but systemd is not. Fixes bug 16164, bugfix on 0.2.6.3-alpha. Patch
+ from Peter Palfrader.