]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
mpc: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:33:13 +0000 (01:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:33:13 +0000 (01:33 +0200)
pkgs/core/mpc/mpc.nm

index e8f6789e984b5e9694111e58f7fe1ab342ad06cf..14cf1fc02cf979607ee1bd550994fe5e567634c1 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.multiprecision.org/
 PKG_LICENSE    = LGPLv2.1+
 PKG_SUMMARY    = Mpc is a C library for the arithmetic of complex numbers.
 
-PKG_DEPS      += gmp mpfr
+PKG_BUILD_DEPS+= gmp-devel mpfr-devel
 
 define PKG_DESCRIPTION
        Mpc is a C library for the arithmetic of complex numbers with \
@@ -44,6 +44,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
+
 define STAGE_TEST
        cd $(DIR_APP) && make check
 endef