From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:52 +0000 (+0200) Subject: librpcsecgss: 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=e07f41ea3c419524f5de14975423ee45d7565aa2;p=ipfire-3.x.git librpcsecgss: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/librpcsecgss/librpcsecgss.nm b/pkgs/core/librpcsecgss/librpcsecgss.nm index 5a3eddf84..bd4f4758f 100644 --- a/pkgs/core/librpcsecgss/librpcsecgss.nm +++ b/pkgs/core/librpcsecgss/librpcsecgss.nm @@ -34,8 +34,7 @@ PKG_URL = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/ PKG_LICENSE = BSD PKG_SUMMARY = A Library for secure rpc communication. -PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += libgssglue +PKG_BUILD_DEPS+= libgssglue-devel pkg-config define PKG_DESCRIPTION rpcsecgss allows secure rpc communication using the rpcsec_gss \ @@ -44,4 +43,4 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -CFLAGS += -fPIC +PKG_PACKAGES += $(PKG_NAME)-devel