unrar: Import 4.0.7 from packages and update to 5.1.6.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2014-06-12 14:48:33 +02:00
parent 10d6a8c22d
commit 864f5d8865
2 changed files with 69 additions and 0 deletions
@@ -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