diff options
Diffstat (limited to 'source/l/librsvg/librsvg.SlackBuild')
-rwxr-xr-x | source/l/librsvg/librsvg.SlackBuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/l/librsvg/librsvg.SlackBuild b/source/l/librsvg/librsvg.SlackBuild index ab9ab4fb..82f83f46 100755 --- a/source/l/librsvg/librsvg.SlackBuild +++ b/source/l/librsvg/librsvg.SlackBuild @@ -94,6 +94,11 @@ make install DESTDIR=$PKG || exit 1 # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la +# Add this symlink for now so that we don't break compiles: +if [ ! -r $PKG/usr/include/librsvg-2.0/librsvg/librsvg-features.h ]; then + ln -sf rsvg-features.h $PKG/usr/include/librsvg-2.0/librsvg/librsvg-features.h +fi + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null |