From: Michael Tremer Date: Thu, 2 Sep 2010 23:31:52 +0000 (+0200) Subject: 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=ce294b2bddad19e546a727232ac92901e3b46d48;p=ipfire-3.x.git Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/libgcrypt/libgcrypt.nm b/pkgs/core/libgcrypt/libgcrypt.nm index e6f0bdf8b..d00a71896 100644 --- a/pkgs/core/libgcrypt/libgcrypt.nm +++ b/pkgs/core/libgcrypt/libgcrypt.nm @@ -34,7 +34,8 @@ PKG_URL = http://www.gnupg.org/ PKG_LICENSE = LGPLv2.1+ PKG_SUMMARY = A general-purpose cryptography library. -PKG_DEPS += libgpg-error +PKG_BUILD_DEPS+= gcc-c++ libgpg-error-devel +#PKG_DEPS-$(PKG_NAME)-devel += libgpg-error-devel # XXX define PKG_DESCRIPTION Libgcrypt is a general purpose crypto library based on the code used \ @@ -43,6 +44,8 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_PACKAGES += $(PKG_NAME)-devel + CONFIGURE_OPTIONS += \ --libdir=/lib \ --enable-noexecstack \