From 08ffe9b3df748d33a56ee56a541004c786d5dbea Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Wed, 15 Aug 2018 09:18:21 -0700 Subject: academic/ITK: Remove unnecessary pkg-config file. --- academic/ITK/ITK.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'academic/ITK') diff --git a/academic/ITK/ITK.SlackBuild b/academic/ITK/ITK.SlackBuild index 70289ee57e46..c2c5f18c714c 100644 --- a/academic/ITK/ITK.SlackBuild +++ b/academic/ITK/ITK.SlackBuild @@ -100,6 +100,9 @@ cd build make install DESTDIR=$PKG cd .. +# remove pkg-config file for openjpeg since this overwrites system package for something that should be internal to ITK +rm -rf $PKG/usr/lib64/pkgconfig + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3