From: Michael Tremer Date: Thu, 2 Sep 2010 23:27:12 +0000 (+0200) Subject: elfutils: 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=087df360b8e67659f70ae76408f09a502f8f9664;p=ipfire-3.x.git elfutils: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/elfutils/elfutils.nm b/pkgs/core/elfutils/elfutils.nm index a78ef3689..00636939c 100644 --- a/pkgs/core/elfutils/elfutils.nm +++ b/pkgs/core/elfutils/elfutils.nm @@ -34,7 +34,7 @@ PKG_URL = https://fedorahosted.org/elfutils/ PKG_LICENSE = GPLv2 with exceptions PKG_SUMMARY = A collection of utilities and DSOs to handle compiled objects. -PKG_DEPS += bzip2 xz zlib +PKG_BUILD_DEPS+= bzip2-devel m4 xz-devel zlib-devel define PKG_DESCRIPTION Elfutils is a collection of utilities, including ld (a linker), \ @@ -46,6 +46,10 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_PACKAGES += $(PKG_NAME)-devel $(PKG_NAME)-libs + +PKG_DEPS-$(PKG_NAME)-devel = $(PKG_NAME)-libs + CONFIGURE_OPTIONS += \ --program-prefix=eu-