Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82609 Details for
Bug 126863
net-libs/libwww: patch to respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libwww-5.4.0-respectflags.patch
libwww-5.4.0-respectflags.patch (text/plain), 1.63 KB, created by
Diego Elio Pettenò (RETIRED)
on 2006-03-19 13:39:15 UTC
(
hide
)
Description:
libwww-5.4.0-respectflags.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-03-19 13:39:15 UTC
Size:
1.63 KB
patch
obsolete
>Index: w3c-libwww-5.4.0/Library/src/Makefile.am >=================================================================== >--- w3c-libwww-5.4.0.orig/Library/src/Makefile.am >+++ w3c-libwww-5.4.0/Library/src/Makefile.am >@@ -1,6 +1,6 @@ > ## Process this file with Automake to create Makefile.in. > >-LDFLAGS = -version-info "1:0:1" >+LDFLAGS := $(LDFLAGS) -version-info "1:0:1" > > lib_LTLIBRARIES = \ > libwwwutils.la \ >Index: w3c-libwww-5.4.0/Library/src/SSL/Makefile.am >=================================================================== >--- w3c-libwww-5.4.0.orig/Library/src/SSL/Makefile.am >+++ w3c-libwww-5.4.0/Library/src/SSL/Makefile.am >@@ -1,6 +1,6 @@ > ## Process this file with Automake to create Makefile.in. > >-LDFLAGS = -version-info "1:0:1" >+LDFLAGS := $(LDFLAGS) -version-info "1:0:1" > > lib_LTLIBRARIES = @WWWSSL@ > >Index: w3c-libwww-5.4.0/modules/expat/xmlparse/Makefile.am >=================================================================== >--- w3c-libwww-5.4.0.orig/modules/expat/xmlparse/Makefile.am >+++ w3c-libwww-5.4.0/modules/expat/xmlparse/Makefile.am >@@ -1,6 +1,6 @@ > ## Process this file with Automake to create Makefile.in. > >-LDFLAGS = -version-info "1:0:1" >+LDFLAGS := $(LDFLAGS) -version-info "1:0:1" > > CFLAGS = @CFLAGS@ -DXML_NS > >Index: w3c-libwww-5.4.0/modules/expat/xmltok/Makefile.am >=================================================================== >--- w3c-libwww-5.4.0.orig/modules/expat/xmltok/Makefile.am >+++ w3c-libwww-5.4.0/modules/expat/xmltok/Makefile.am >@@ -1,6 +1,6 @@ > ## Process this file with Automake to create Makefile.in. > >-LDFLAGS = -version-info "1:0:1" >+LDFLAGS := $(LDFLAGS) -version-info "1:0:1" > > CFLAGS = @CFLAGS@ -DXML_NS >
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 126863
: 82609