You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
426 B

  1. diff -uprN a/unrar/makefile b/unrar/makefile
  2. --- a/makefile 2014-06-12 13:36:14.723816266 +0200
  3. +++ b/makefile 2014-06-12 13:36:36.174531961 +0200
  4. @@ -2,12 +2,12 @@
  5. # Makefile for UNIX - unrar
  6. # Linux using GCC
  7. -CXX=g++
  8. -CXXFLAGS=-O2
  9. +#CXX=g++
  10. +#CXXFLAGS=-O2
  11. LIBFLAGS=-fPIC
  12. DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
  13. STRIP=strip
  14. -LDFLAGS=-pthread
  15. +LDFLAGS=-lpthread
  16. DESTDIR=/usr
  17. # Linux using LCC