Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 284281 Details for
Bug 419941
zlib doesn't need to be linked statically any more
[?]
New
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.rh83 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]
patch, make static configurable (req. rerunning autoconf
module-init-tools-3.4-no-zlib-static.patch (text/plain), 946 bytes, created by
Bill Nottingham
on 2007-12-11 16:05:37 UTC
(
hide
)
Description:
patch, make static configurable (req. rerunning autoconf
Filename:
MIME Type:
Creator:
Bill Nottingham
Created:
2007-12-11 16:05:37 UTC
Size:
946 bytes
patch
obsolete
>diff -up module-init-tools-3.4/configure.ac.foo module-init-tools-3.4/configure.ac >--- module-init-tools-3.4/configure.ac.foo 2007-12-11 11:00:31.000000000 -0500 >+++ module-init-tools-3.4/configure.ac 2007-12-11 11:01:27.000000000 -0500 >@@ -4,12 +4,18 @@ AC_CANONICAL_SYSTEM > > AM_INIT_AUTOMAKE(module-init-tools, "3.4") > >-# If zlib is required, libz must be linked static, modprobe is in >-# /sbin, libz is in /usr/lib and may not be available when it is run. > AC_ARG_ENABLE(zlib, > [ --enable-zlib Handle gzipped modules], > [if test "$enableval" = "yes"; then > AC_DEFINE(CONFIG_USE_ZLIB) >+ zlib_flags="-lz" >+fi]) >+ >+# modprobe is in /sbin, libz may in /usr/lib and may not be available when it is run. >+AC_ARG_ENABLE(zlib-static, >+[ --enable-zlib-static Handle gzipped modules, link statically], >+[if test "$enableval" = "yes"; then >+ AC_DEFINE(CONFIG_USE_ZLIB) > zlib_flags="-Wl,-Bstatic -lz -Wl,-Bdynamic" > fi]) >
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 419941
: 284281