]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
quagga: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:58 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:58 +0000 (13:08 +0200)
pkgs/core/quagga/quagga.nm

index a66f29a2867ac325afaf2ccd030089523ba807cf..ef4c362d977b40c3c9f5b03a865ab2691d5628c2 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.quagga.net/
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Quagga is a rounting daemon.
 
-PKG_DEPS      += pam
+PKG_BUILD_DEPS+= pam-devel
 
 define PKG_DESCRIPTION
        Quagga is a free software that manages TCP/IP based routing \
@@ -45,6 +45,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel $(PKG_NAME)-libs
+
 define STAGE_BUILD
        # ac_cv_have_decl_TCP_MD5SIG=no was set to work around a bug
        cd $(DIR_APP) && \