From 0068cf56272e584d0070162625f8142931539136 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Fri, 10 Jul 2015 20:14:07 -0500 Subject: [PATCH] Fix a bug introduced on June 12. --- deal.II/patches/bzip2-1.0.6.patch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.39.5