From: Debian BOINC Maintainers Date: Wed, 15 Mar 2017 15:29:18 +0000 (+0000) Subject: _dont_use_own_jpeglib_and_glut X-Git-Tag: archive/raspbian/8.00_svn3363-4+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7138354a8003ab70d1f7d0fad6f2d456dce4a87a;p=boinc-app-seti.git _dont_use_own_jpeglib_and_glut Gbp-Pq: Name 003_dont_use_own_jpeglib_and_glut.patch --- diff --git a/Makefile.am b/Makefile.am index 6ab54d0..f65ddff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ if USE_MY_GLUT endif -SUBDIRS = $(JPEGDIR) $(IMDIR) $(GLUTDIR) $(CLIENT_SUBDIRS) $(SERVER_SUBDIRS) +SUBDIRS = $(IMDIR) $(CLIENT_SUBDIRS) $(SERVER_SUBDIRS) dist-hook: rm -rf `find $(distdir) -name .backup -prune -o -name '*~' -o -name CVS` diff --git a/configure.ac b/configure.ac index 36a48ff..d898453 100644 --- a/configure.ac +++ b/configure.ac @@ -565,6 +565,7 @@ SAH_FUNCS_IN_NAMESPACE([['min(0,0)'] ['max(0,0)'] ['transform((char *)0,(char *) #SAH_AVX have_avx=no +AM_CONDITIONAL(USE_MY_LIBJPEG, [false]) AM_CONDITIONAL(USE_MY_IMAGELIBS, [false]) AM_CONDITIONAL(USE_MY_GLUT, [false]) AM_CONDITIONAL(ENABLE_TESTS, [test "${enable_tests}" = yes]) @@ -670,9 +671,7 @@ AH_BOTTOM([ AC_SUBST([CLIENT_EXTRA_LIBS]) AC_CONFIG_FILES([Makefile - glut/Makefile image_libs/Makefile - jpeglib/Makefile client/Makefile tools/Makefile db/Makefile