]> git.pld-linux.org Git - packages/mjpegtools.git/blame - mjpegtools-opt.patch
- rebuild without libjpeg.la
[packages/mjpegtools.git] / mjpegtools-opt.patch
CommitLineData
4ed20a6c
JB
1--- mjpegtools-1.9.0/configure.ac.orig 2009-01-06 07:33:48.000000000 +0100
2+++ mjpegtools-1.9.0/configure.ac 2010-12-18 10:31:59.570115231 +0100
3@@ -426,7 +426,8 @@
4 dnl correctly is complex and lengthy (about as long as the entire configure.ac
5 dnl file).
6
7-if test x$have_x86cpu = xtrue -o x$have_ppccpu = xtrue; then
8+ARCHFLAGS=
9+if false; then
10 if test x$host_alias != x; then
11 dnl This is to allow cross compiling
12 AC_MSG_CHECKING(sub-architecture settings)
This page took 0.086539 seconds and 4 git commands to generate.