components/unrar/patches/03.makefile.unix.patch
changeset 5794 b6c18cf8ca81
parent 5793 baf73b0669ce
child 5795 b6b9d57d2466
equal deleted inserted replaced
5793:baf73b0669ce 5794:b6c18cf8ca81
     1 --- makefile.unix.orig	2012-04-17 08:41:42.407887047 -0700
       
     2 +++ makefile.unix	2012-04-17 08:42:02.572836478 -0700
       
     3 @@ -6,8 +6,8 @@
       
     4  #
       
     5  
       
     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
       
    13  STRIP=strip