- Create initial version - Add remove-rar-handler.patch OBS-URL: https://build.opensuse.org/request/show/904597 OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=1
36 lines
918 B
Diff
36 lines
918 B
Diff
Index: 7zip/CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
|
|
===================================================================
|
|
--- 7zip.orig/CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
|
|
+++ 7zip/CPP/7zip/Bundles/Format7zF/Arc_gcc.mak
|
|
@@ -243,12 +243,6 @@ COMPRESS_OBJS = \
|
|
$O/PpmdRegister.o \
|
|
$O/PpmdZip.o \
|
|
$O/QuantumDecoder.o \
|
|
- $O/Rar1Decoder.o \
|
|
- $O/Rar2Decoder.o \
|
|
- $O/Rar3Decoder.o \
|
|
- $O/Rar3Vm.o \
|
|
- $O/Rar5Decoder.o \
|
|
- $O/RarCodecsRegister.o \
|
|
$O/ShrinkDecoder.o \
|
|
$O/XpressDecoder.o \
|
|
$O/XzDecoder.o \
|
|
@@ -267,9 +261,6 @@ CRYPTO_OBJS = \
|
|
$O/MyAesReg.o \
|
|
$O/Pbkdf2HmacSha1.o \
|
|
$O/RandGen.o \
|
|
- $O/Rar20Crypto.o \
|
|
- $O/Rar5Aes.o \
|
|
- $O/RarAes.o \
|
|
$O/WzAes.o \
|
|
$O/ZipCrypto.o \
|
|
$O/ZipStrong.o \
|
|
@@ -334,7 +325,6 @@ ARC_OBJS = \
|
|
$(COM_OBJS) \
|
|
$(ISO_OBJS) \
|
|
$(NSIS_OBJS) \
|
|
- $(RAR_OBJS) \
|
|
$(TAR_OBJS) \
|
|
$(UDF_OBJS) \
|
|
$(WIM_OBJS) \
|