From 6dd89e30445d49f3eae77b8c386d72d9ba3192b2 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 31 Jul 2019 08:04:40 +0000 Subject: [PATCH] output args to %ghc_fix_rpath --- macros.ghc | 1 + 1 file changed, 1 insertion(+) diff --git a/macros.ghc b/macros.ghc index bd50dc2..f25ba09 100644 --- a/macros.ghc +++ b/macros.ghc @@ -169,6 +169,7 @@ fi\ %ghc_fix_rpath()\ %if %{undefined disable_ghc_fix_rpath}\ if ! type chrpath > /dev/null; then exit 1; fi\ +echo "ghc_fix_rpath %*"\ for i in $(find %{buildroot} -type f -executable -exec sh -c "file {} | grep -q 'dynamically linked'" \\; -print); do\ for lib in %*; do\ if [ -x "$i" ]; then\