From 724d083efa57d52862deacde2234b8f2acb5d3f8 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Set $PATH to gpg-error-config is found in $mingw_bindir --- libgcrypt/mingw-libgcrypt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libgcrypt/mingw-libgcrypt.spec b/libgcrypt/mingw-libgcrypt.spec index 924dd9b..eab76c7 100644 --- a/libgcrypt/mingw-libgcrypt.spec +++ b/libgcrypt/mingw-libgcrypt.spec @@ -6,7 +6,7 @@ Name: mingw-libgcrypt Version: 1.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows gcrypt encryption library License: LGPLv2+ @@ -32,6 +32,7 @@ MinGW Windows gcrypt encryption library. %build +PATH="%{_mingw_bindir}:$PATH" \ %{_mingw_configure} make @@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_datadir}/info/gcrypt.info %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 1.4.1-5 +- Set PATH so it finds gpg-error-config + * Wed Sep 10 2008 Richard W.M. Jones - 1.4.1-4 - Remove static library. -- 1.8.3.1