Bugzilla – Attachment 494381 Details for
Bug 765519
glib symbol clash makes YaST crash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Patch.
fix-extra-symbols.patch (text/plain), 779 bytes, created by
Michael Gorse
on 2012-06-11 21:29:30 UTC
(
hide
)
Description:
Patch.
Filename:
MIME Type:
Creator:
Michael Gorse
Created:
2012-06-11 21:29:30 UTC
Size:
779 bytes
patch
obsolete
>Index: core/agent-ini/src/Makefile.am >=================================================================== >--- core/agent-ini/src/Makefile.am (revision 68173) >+++ core/agent-ini/src/Makefile.am (working copy) >@@ -35,7 +35,7 @@ > $(liby2ag_ini_la_SOURCES) \ > Y2CCIniAgent.cc > >-libpy2ag_ini_la_LDFLAGS = -version-info 2:0 >+libpy2ag_ini_la_LDFLAGS = -version-info 2:0 -Wl,-version-script=libpy2ag_ini.map > libpy2ag_ini_la_LIBADD = \ > @AGENT_LIBADD@ \ > ${Y2UTIL_LIBS} >Index: core/agent-ini/src/libpy2ag_ini.map >=================================================================== >--- core/agent-ini/src/libpy2ag_ini.map (revision 0) >+++ core/agent-ini/src/libpy2ag_ini.map (working copy) >@@ -0,0 +1,6 @@ >+libpy2ag_ini { >+ global: >+ g_y2*; >+ local: >+ *; >+};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 765519
: 494381 |
495770
|
495781
|
495865
|
495982