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 308904 Details for
Bug 388511
gnome-compiz-manager looking in wrong place for .so files on x86_64 systems
[?]
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 to fix the lib subdir.
lib-subdir.patch (text/plain), 1.27 KB, created by
Julio Merino
on 2008-06-11 08:45:09 UTC
(
hide
)
Description:
Patch to fix the lib subdir.
Filename:
MIME Type:
Creator:
Julio Merino
Created:
2008-06-11 08:45:09 UTC
Size:
1.27 KB
patch
obsolete
>Index: configure.in >=================================================================== >--- configure.in (revision 113) >+++ configure.in (working copy) >@@ -71,6 +71,10 @@ > AC_DEFINE(USE_GNOME_SESSION, 1, [Use gnome-session]) > fi > >+dnl Subdirectory where libgnome-compiz-manager will look for the compiz >+dnl plugins >+AC_SUBST(lib_subdir, $(basename ${libdir})) >+ > AC_OUTPUT([ > Makefile > libgnome-compiz-manager/Makefile >Index: libgnome-compiz-manager/gcm-gl-plugin.gob >=================================================================== >--- libgnome-compiz-manager/gcm-gl-plugin.gob (revision 113) >+++ libgnome-compiz-manager/gcm-gl-plugin.gob (working copy) >@@ -117,7 +117,7 @@ > if (!g_ascii_strcasecmp(dir_split[cpt], "bin")) > { > g_free(dir_split[cpt]); >- dir_split[cpt] = g_strdup("lib"); >+ dir_split[cpt] = g_strdup(LIB_SUBDIR); > break; > } > } >Index: libgnome-compiz-manager/Makefile.am >=================================================================== >--- libgnome-compiz-manager/Makefile.am (revision 113) >+++ libgnome-compiz-manager/Makefile.am (working copy) >@@ -1,4 +1,5 @@ > INCLUDES = \ >+ -DLIB_SUBDIR=\""$(lib_subdir)"\" \ > -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ > -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \ > -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
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 388511
:
308903
| 308904