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

index e6f0bdf8b05bac8836c4a4b29b4784a0376b91a9..d00a718967642655502980aebef8208f9a023a1b 100644 (file)
@@ -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 \