Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 382151 Details for
Bug 501636
UPX is compiled without LZMA support
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
upx-3.03-Makevars-lzma.patch
upx-3.03-Makevars-lzma.patch (text/plain), 957 bytes, created by
John Reiser
on 2010-01-07 05:14:50 UTC
(
hide
)
Description:
upx-3.03-Makevars-lzma.patch
Filename:
MIME Type:
Creator:
John Reiser
Created:
2010-01-07 05:14:50 UTC
Size:
957 bytes
patch
obsolete
>--- upx-3.03-src/src/stub/src/c/Makevars.lzma 2008-04-27 08:03:00.000000000 -0700 >+++ upxNEW-3.03-src/src/stub/src/c/Makevars.lzma 2010-01-06 12:58:43.621671085 -0800 >@@ -11,10 +11,18 @@ > endif > endif > >-ifneq ($(wildcard $(UPX_LZMADIR)/C/CpuArch.h),) >+ifneq ($(wildcard $(UPX_LZMADIR)/C/7zVersion.h),) >+UPX_LZMA_VERSION := $(shell perl -ne 'print "0x$$1$$2" if /^\s*\#\s*define\s+MY_VERSION\s+"(\d)\.(\d\d)[\s\w]*"/;' $(UPX_LZMADIR)/C/7zVersion.h) >+else ifneq ($(wildcard $(UPX_LZMADIR)/CPP/Windows/Time.cpp),) >+UPX_LZMA_VERSION = 0x459 >+else ifneq ($(wildcard $(UPX_LZMADIR)/C/7zBuf.h),) >+UPX_LZMA_VERSION = 0x458 >+else ifneq ($(wildcard $(UPX_LZMADIR)/C/CpuArch.h),) > UPX_LZMA_VERSION = 0x457 > else ifneq ($(wildcard $(UPX_LZMADIR)/CPP/7zip/.),) > UPX_LZMA_VERSION = 0x449 >+else ifneq ($(wildcard $(UPX_LZMADIR)/C/7zip/Compress/LZ/Patricia/.),) >+UPX_LZMA_VERSION = 0x442 > else ifneq ($(wildcard $(UPX_LZMADIR)/C/7zip/.),) > UPX_LZMA_VERSION = 0x443 > endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 501636
:
382149
|
382150
| 382151 |
382152