From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:58 +0000 (+0200) Subject: quagga: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=328e28f877e425b607040a7849fa9ec255b5d09b;p=ipfire-3.x.git quagga: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/quagga/quagga.nm b/pkgs/core/quagga/quagga.nm index a66f29a28..ef4c362d9 100644 --- a/pkgs/core/quagga/quagga.nm +++ b/pkgs/core/quagga/quagga.nm @@ -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) && \