Disable lzma by default for now.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ LIBS += -lucl -lz
|
|||||||
# you should set envvar UPX_LZMADIR to point to your unpacked lzma443.tar.bz2
|
# you should set envvar UPX_LZMADIR to point to your unpacked lzma443.tar.bz2
|
||||||
ifneq ($(wildcard $(UPX_LZMADIR)/C/7zip),)
|
ifneq ($(wildcard $(UPX_LZMADIR)/C/7zip),)
|
||||||
DEFS += -DWITH_LZMA
|
DEFS += -DWITH_LZMA
|
||||||
INCLUDES += -I$(LZMADIR)
|
INCLUDES += -I$(UPX_LZMADIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
upx_SOURCES := $(wildcard $(srcdir)/*.cpp)
|
upx_SOURCES := $(wildcard $(srcdir)/*.cpp)
|
||||||
|
|||||||
+8
-3
@@ -144,12 +144,17 @@
|
|||||||
# undef __unix
|
# undef __unix
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 1 && !defined(WITH_LZMA)
|
|
||||||
# define WITH_LZMA 1
|
|
||||||
#endif
|
|
||||||
#if !defined(WITH_UCL)
|
#if !defined(WITH_UCL)
|
||||||
# define WITH_UCL 1
|
# define WITH_UCL 1
|
||||||
#endif
|
#endif
|
||||||
|
#if 0 && !defined(WITH_LZMA)
|
||||||
|
# define WITH_LZMA 1
|
||||||
|
#endif
|
||||||
|
#if defined(UPX_OFFICIAL_BUILD)
|
||||||
|
# if !defined(WITH_LZMA) || !defined(WITH_NRV) || !defined(WITH_UCL)
|
||||||
|
# error
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
#if defined(WITH_NRV)
|
#if defined(WITH_NRV)
|
||||||
# include <nrv/nrvconf.h>
|
# include <nrv/nrvconf.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user