Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397816 Details for
Bug 533542
net-irc/xchat-gnome-0.26.1-r2: fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch applied by upstream in commit 74296a4
xchat-gnome-0.26.1-libx11-libm.patch (text/plain), 1.09 KB, created by
Devrin Talen
on 2015-03-01 19:34:16 UTC
(
hide
)
Description:
Patch applied by upstream in commit 74296a4
Filename:
MIME Type:
Creator:
Devrin Talen
Created:
2015-03-01 19:34:16 UTC
Size:
1.09 KB
patch
obsolete
>From 74296a4cb768e03273196dd7497f0329948abfe6 Mon Sep 17 00:00:00 2001 >From: Ritesh Khadgaray <khadgaray@gmail.com> >Date: Wed, 10 Mar 2010 14:53:45 +0530 >Subject: Bug 612340 - [Patch] Add missing libm & libX11 linking > >XChat-GNOME fails to build due to a change DSO-linking semantics of the gcc >compiler in Fedora. For more info please refer to: >https://bugzilla.redhat.com/show_bug.cgi?id=564820 >http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking >http://fedoraproject.org/wiki/UnderstandingDSOLinkChange > >diff --git a/src/fe-gnome/Makefile.am b/src/fe-gnome/Makefile.am >index 8faab84..1288ab9 100644 >--- a/src/fe-gnome/Makefile.am >+++ b/src/fe-gnome/Makefile.am >@@ -113,6 +113,7 @@ xchat_gnome_CFLAGS = \ > $(AM_CFLAGS) > > xchat_gnome_LDFLAGS = \ >+ -lX11 \ > -export-dynamic \ > $(AM_LDFLAGS) > >diff --git a/src/libcontrast/Makefile.am b/src/libcontrast/Makefile.am >index 08daa14..857d9ab 100644 >--- a/src/libcontrast/Makefile.am >+++ b/src/libcontrast/Makefile.am >@@ -12,6 +12,7 @@ libcontrast_la_CFLAGS = \ > $(AM_CFLAGS) > > libcontrast_la_LDFLAGS = \ >+ -lm \ > $(AM_LDFLAGS) \ > -static >
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 533542
:
392394
|
397814
| 397816