summaryrefslogtreecommitdiffstats
path: root/unrar/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-10-04 14:13:56 +0000
committer Eric Hameleers <alien@slackware.com>2010-10-04 14:13:56 +0000
commit6b5b871740ec2c4829cd56b57d8a75d26cddd8c4 (patch)
tree9961045151dd787701a50993dd01913ba8805a52 /unrar/build
parent0892b8c59aab91c9fa01a5beda293b74a0b049c6 (diff)
downloadasb-6b5b871740ec2c4829cd56b57d8a75d26cddd8c4.tar.gz
asb-6b5b871740ec2c4829cd56b57d8a75d26cddd8c4.tar.xz
Initial revision
Diffstat (limited to 'unrar/build')
-rw-r--r--unrar/build/unrar.missing_sym.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/unrar/build/unrar.missing_sym.diff b/unrar/build/unrar.missing_sym.diff
new file mode 100644
index 00000000..49d65631
--- /dev/null
+++ b/unrar/build/unrar.missing_sym.diff
@@ -0,0 +1,12 @@
+diff -up unrar/makefile.unix~ unrar/makefile.unix
+--- unrar/makefile.unix~ 2009-05-03 07:18:45.000000000 +0200
++++ unrar/makefile.unix 2010-09-05 17:05:41.413171001 +0200
+@@ -100,7 +100,7 @@ LINK=$(CXX)
+ WHAT=UNRAR
+
+ UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o
+-LIB_OBJ=filestr.o scantree.o dll.o
++LIB_OBJ=filestr.o recvol.o rs.o scantree.o dll.o
+
+ OBJECTS=rar.o strlist.o strfn.o pathfn.o savepos.o smallfn.o global.o file.o filefn.o filcreat.o \
+ archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \