]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Small tweaks for bug2698 bugfix
authorSebastian Hahn <sebastian@torproject.org>
Sun, 27 Mar 2011 03:35:17 +0000 (05:35 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Sun, 27 Mar 2011 03:38:53 +0000 (05:38 +0200)
changes/bug2698
configure.in

index 3c2468f5e88f36cdbb25fc60c3894fb9ecdce87c..d995788bfc1ff594911327b53c5ed5f42e99d4bc 100644 (file)
@@ -1,3 +1,6 @@
-  o Minor build issues
-    - We incorrectly linked libevent when configured with
-      --enable-static-libevent.  Fixes bug 2698.
+  o Minor bugfixes:
+    - Fix an issue that prevented static linking of libevent on
+      some platforms (notably Linux). Fixes bug 2698, bugfix on
+      versions 0.2.1.23/0.2.2.8-alpha (the versions introducing
+      the --with-static-libevent configure option).
+
index bd9417425249430b72dc42f0b572c04875225e7b..6ed43ce23bafb691f8c3c670abf4f08f3899358e 100644 (file)
@@ -280,8 +280,6 @@ if test "$enable_static_libevent" = "yes"; then
         [have_rt=yes])
     if test "$have_rt" = yes; then
       STATIC_LIBEVENT_FLAGS=" -lrt "
-    else
-      STATIC_LIBEVENT_FLAGS=""
     fi
 fi