summaryrefslogtreecommitdiffstats
path: root/unrar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-01-01 20:01:30 +0000
committer Eric Hameleers <alien@slackware.com>2013-01-01 20:01:30 +0000
commit934af8dc365f1e67161f9c9ca5538501f5964687 (patch)
tree0fa402d6b33978a8fd788d7231dc2ea3982478cc /unrar
parent0519359630597aa3827e7078dd53a6bb58f53bec (diff)
downloadasb-934af8dc365f1e67161f9c9ca5538501f5964687.tar.gz
asb-934af8dc365f1e67161f9c9ca5538501f5964687.tar.xz
Initial revision
Diffstat (limited to 'unrar')
-rw-r--r--unrar/build/unrar.pic.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/unrar/build/unrar.pic.diff b/unrar/build/unrar.pic.diff
new file mode 100644
index 00000000..1a557b81
--- /dev/null
+++ b/unrar/build/unrar.pic.diff
@@ -0,0 +1,13 @@
+--- unrar/makefile.unix.orig 2012-05-15 07:31:03.000000000 +0200
++++ unrar/makefile.unix 2013-01-01 20:57:18.395726921 +0100
+@@ -3,8 +3,8 @@
+
+ # Linux using GCC
+ CXX=g++
+-CXXFLAGS=-O2
+-LIBFLAGS=-fPIC
++CXXFLAGS=-O2 -fPIC
++LIBFLAGS=
+ DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
+ STRIP=strip
+ DESTDIR=/usr