From 4a428189d1d41eb510cd71f28bb7eff65c57fe19 Mon Sep 17 00:00:00 2001 From: Matt Breedlove Date: Wed, 12 Aug 2015 13:36:05 -0400 Subject: [PATCH] Disable rpath to keep -R flags out of pkg-config. --- mingw-w64-libidn/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-libidn/PKGBUILD b/mingw-w64-libidn/PKGBUILD index 1f10f29434..6fe8bbe324 100644 --- a/mingw-w64-libidn/PKGBUILD +++ b/mingw-w64-libidn/PKGBUILD @@ -38,6 +38,7 @@ build() { --target=${MINGW_CHOST} \ --disable-csharp \ --disable-java \ + --disable-rpath \ --enable-threads=win32 make