From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:50 +0000 (+0200) Subject: libassuan: 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=d323422f132d907ef4c6e2a34a148dd4e7ef495f;p=ipfire-3.x.git libassuan: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/libassuan/libassuan.nm b/pkgs/core/libassuan/libassuan.nm index ec9082425..53a9b4b06 100644 --- a/pkgs/core/libassuan/libassuan.nm +++ b/pkgs/core/libassuan/libassuan.nm @@ -34,8 +34,7 @@ PKG_URL = http://www.gnupg.org/ PKG_LICENSE = LGPLv2+ PKG_SUMMARY = GnuPG IPC library. -PKG_BUILD_DEPS+= autoconf automake libtool -PKG_DEPS += pth +PKG_BUILD_DEPS+= autoconf automake libtool pth define PKG_DESCRIPTION The Libassuan package contains an IPC library used by some of the other \ @@ -48,6 +47,8 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_PACKAGES += $(PKG_NAME)-devel + define STAGE_PREPARE_CMDS cd $(DIR_APP) && autoreconf --install endef