|
|
@ -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 |
|
|
|
|
|
|
|