]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: tell the build fix will be here in 0.7.16.
authorVincent Bernat <vincent@bernat.im>
Mon, 25 May 2015 18:06:10 +0000 (20:06 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 25 May 2015 18:06:10 +0000 (20:06 +0200)
NEWS
osx/lldpd.rb

diff --git a/NEWS b/NEWS
index 3d9042b25804851140c88342252bd7fa520a3cca..a05fa361524e244b2df2515cf786871ae3ecfcbc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+lldpd (0.7.16)
+  * Fix:
+    + Fix build on OS X.
+
 lldpd (0.7.15)
   * Features:
     + Optional features can be configured with "auto" to autodetect if
index 221109b3c933b4b08df6252474d0735f6cfaa007..c4880e291eb9e2ec398fdef988376c2630129a27 100644 (file)
@@ -2,7 +2,7 @@ require 'formula'
 
 class Lldpd < Formula
   homepage 'http://vincentbernat.github.io/lldpd/'
-  url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.10.tar.gz'
+  url 'http://media.luffy.cx/files/lldpd/lldpd-0.7.10.tar.gz' # More recent versions won't compile. Will be fixed in 0.7.16.
   sha1 'd0593dd989d619c9249258fe0c409c6f6cd3f061'
 
   option 'with-snmp', "Build SNMP subagent support"