From: Michael Tremer Date: Fri, 3 Sep 2010 18:00:43 +0000 (+0200) Subject: pciutils: 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=cd2a91fb65629260ec66e0700058e7386ee4d834;p=ipfire-3.x.git pciutils: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/pciutils/pciutils.nm b/pkgs/core/pciutils/pciutils.nm index d98e034df..80d5ae719 100644 --- a/pkgs/core/pciutils/pciutils.nm +++ b/pkgs/core/pciutils/pciutils.nm @@ -41,6 +41,8 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_PACKAGES += $(PKG_NAME)-devel $(PKG_NAME)-libs + define STAGE_BUILD cd $(DIR_APP) && make SHARED=yes OPT="$(CFLAGS)" PREFIX=/usr ZLIB=no $(PARALLELISMFLAGS) endef