From: Michael Tremer Date: Thu, 2 Sep 2010 23:27:24 +0000 (+0200) Subject: ppl: 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=77dc89c0eda7b8b5ecac263ec52c6ec05e7bde8b;p=ipfire-3.x.git ppl: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/ppl/ppl.nm b/pkgs/core/ppl/ppl.nm index a692b2313..28c03ebf5 100644 --- a/pkgs/core/ppl/ppl.nm +++ b/pkgs/core/ppl/ppl.nm @@ -34,8 +34,7 @@ PKG_URL = http://www.cs.unipr.it/ppl/ PKG_LICENSE = GPLv3+ PKG_SUMMARY = The Parma Polyhedra Library: a library of numerical abstractions. -PKG_BUILD_DEPS+= autoconf automake m4 -PKG_DEPS += gmp +PKG_BUILD_DEPS+= autoconf automake gmp-devel m4 define PKG_DESCRIPTION The Parma Polyhedra Library (PPL) is a library for the manipulation of \ @@ -53,6 +52,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME_REAL)-devel + CONFIGURE_OPTIONS += \ --enable-interfaces="c cxx" \ --disable-debugging