From 864f5d88654c8d4acc25cbe2de10f51a998920f9 Mon Sep 17 00:00:00 2001 From: Álvaro Fernández Rojas Date: Thu, 12 Jun 2014 14:48:33 +0200 Subject: unrar: Import 4.0.7 from packages and update to 5.1.6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- utils/unrar/patches/100-makefile_fixes.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 utils/unrar/patches/100-makefile_fixes.patch (limited to 'utils/unrar/patches') diff --git a/utils/unrar/patches/100-makefile_fixes.patch b/utils/unrar/patches/100-makefile_fixes.patch new file mode 100644 index 000000000..e553b7aa9 --- /dev/null +++ b/utils/unrar/patches/100-makefile_fixes.patch @@ -0,0 +1,19 @@ +diff -uprN a/unrar/makefile b/unrar/makefile +--- a/makefile 2014-06-12 13:36:14.723816266 +0200 ++++ b/makefile 2014-06-12 13:36:36.174531961 +0200 +@@ -2,12 +2,12 @@ + # Makefile for UNIX - unrar + + # Linux using GCC +-CXX=g++ +-CXXFLAGS=-O2 ++#CXX=g++ ++#CXXFLAGS=-O2 + LIBFLAGS=-fPIC + DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP + STRIP=strip +-LDFLAGS=-pthread ++LDFLAGS=-lpthread + DESTDIR=/usr + + # Linux using LCC -- cgit v1.2.3