From: Bruno Turcksin Date: Sat, 11 Jul 2015 01:14:07 +0000 (-0500) Subject: Fix a bug introduced on June 12. X-Git-Tag: v0.5~7^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0068cf56272e584d0070162625f8142931539136;p=candi.git Fix a bug introduced on June 12. --- diff --git a/deal.II/patches/bzip2-1.0.6.patch b/deal.II/patches/bzip2-1.0.6.patch index 28f6989..da6dfb3 100644 --- a/deal.II/patches/bzip2-1.0.6.patch +++ b/deal.II/patches/bzip2-1.0.6.patch @@ -1,6 +1,6 @@ --- bzip2-1.0.6/Makefile 2010-09-10 17:46:02.000000000 -0500 -+++ bzip2-1.0.6.patched/Makefile 2015-06-12 10:06:03.153419669 -0500 -@@ -11,11 +11,13 @@ ++++ bzip2-1.0.6.patched/Makefile 2015-07-10 19:44:13.520593242 -0500 +@@ -11,20 +11,22 @@ # This program is released under the terms of the license contained # in the file LICENSE. # ------------------------------------------------------------------ @@ -15,8 +15,10 @@ AR=ar RANLIB=ranlib LDFLAGS= -@@ -24,7 +26,7 @@ - CFLAGS=-Wall -Winline -O2 -g $(BIGFILES) + + BIGFILES=-D_FILE_OFFSET_BITS=64 +-CFLAGS=-Wall -Winline -O2 -g $(BIGFILES) ++CFLAGS=-Wall -fPIC -Winline -O2 -g $(BIGFILES) # Where you want it installed when you do 'make install' -PREFIX=/usr/local