diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-03-26 19:13:13 -0700 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-04-08 16:50:42 +0800 |
commit | 72acab80773379a61d7825c0d78ede692629df57 (patch) | |
tree | 0968cedf5dfd7a34b514ac8b79945ee890ed988c /utils/unrar/patches | |
parent | 4b29cce5c93fbde643e21139e6483fdd35e7adcf (diff) |
unrar: Update to 5.6.1.
Change links to HTTPS and add CPE_ID.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/unrar/patches')
-rw-r--r-- | utils/unrar/patches/100-makefile_fixes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/unrar/patches/100-makefile_fixes.patch b/utils/unrar/patches/100-makefile_fixes.patch index 82205ea26..972961220 100644 --- a/utils/unrar/patches/100-makefile_fixes.patch +++ b/utils/unrar/patches/100-makefile_fixes.patch @@ -5,9 +5,9 @@ # Linux using GCC -CXX=c++ --CXXFLAGS=-O2 +-CXXFLAGS=-O2 -Wno-logical-op-parentheses -Wno-switch -Wno-dangling-else +#CXX=c++ -+#CXXFLAGS=-O2 ++#CXXFLAGS=-O2 -Wno-logical-op-parentheses -Wno-switch -Wno-dangling-else LIBFLAGS=-fPIC DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP STRIP=strip |