vips: Update to 8.7.4

Added ability to compile with uclibc++.

Refresh Makefile for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2018-12-15 11:54:10 -08:00
parent 13e1f0fdf2
commit 4671962cae
2 changed files with 40 additions and 28 deletions
+6 -8
View File
@@ -1,7 +1,6 @@
diff -u --recursive vips-8.6.1-vanilla/configure.ac vips-8.6.1/configure.ac
--- vips-8.6.1-vanilla/configure.ac 2018-01-13 17:27:19.375813474 -0500
+++ vips-8.6.1/configure.ac 2018-01-13 17:27:38.486871756 -0500
@@ -53,9 +53,6 @@
--- a/configure.ac
+++ b/configure.ac
@@ -53,9 +53,6 @@ AC_SUBST(LIBRARY_CURRENT)
AC_SUBST(LIBRARY_REVISION)
AC_SUBST(LIBRARY_AGE)
@@ -11,10 +10,9 @@ diff -u --recursive vips-8.6.1-vanilla/configure.ac vips-8.6.1/configure.ac
# gir needs a list of source files to scan for introspection
#
# build with a glob and a list of files to exclude from scanning
diff -u --recursive vips-8.6.1-vanilla/libvips/Makefile.am vips-8.6.1/libvips/Makefile.am
--- vips-8.6.1-vanilla/libvips/Makefile.am 2018-01-13 17:27:19.366813446 -0500
+++ vips-8.6.1/libvips/Makefile.am 2018-01-13 17:27:57.256929001 -0500
@@ -70,56 +70,3 @@
--- a/libvips/Makefile.am
+++ b/libvips/Makefile.am
@@ -68,56 +68,3 @@ install-exec-hook:
echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \
cp soname.h $(DESTDIR)$(pkgincludedir) && \
rm soname.h