[arch-commits] Commit in quagga/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Thu Mar 7 12:20:56 UTC 2013


    Date: Thursday, March 7, 2013 @ 13:20:56
  Author: foutrelis
Revision: 85794

Add explicit dep on libnl.

Modified:
  quagga/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-07 10:58:27 UTC (rev 85793)
+++ PKGBUILD	2013-03-07 12:20:56 UTC (rev 85794)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'
 license=('GPL2')
-depends=('libcap' 'net-snmp' 'readline' 'ncurses')
+depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses')
 options=('!libtool' '!buildflags')
 install=quagga.install
 source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"




More information about the arch-commits mailing list