Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 135090 Details for
Bug 189093
Review Request: mono-debugger
Home
New
Search
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.rh90 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]
monodebug-configure patch
monodebug-configure.patch (text/plain), 1.22 KB, created by
Paul F. Johnson
on 2006-08-28 21:41:21 UTC
(
hide
)
Description:
monodebug-configure patch
Filename:
MIME Type:
Creator:
Paul F. Johnson
Created:
2006-08-28 21:41:21 UTC
Size:
1.22 KB
patch
obsolete
>--- mono-debugger-0.30/configure.in 2006-07-18 17:59:13.000000000 +0100 >+++ mono-debugger-0.30/configure.in 2006-08-27 10:33:30.000000000 +0100 >@@ -153,7 +153,7 @@ > AC_SUBST(WRAPPER_CFLAGS) > AC_SUBST(WRAPPER_LIBS) > >- GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(prefix)/lib /root $(DESTDIR)$(prefix)/lib' >+ GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(libdir) /root $(DESTDIR)$(libdir)' > AC_PATH_PROG(GACUTIL, gacutil, no) > if test "x$GACUTIL" = "xno" ; then > AC_MSG_ERROR([No gacutil tool found]) > >--- mono-debugger-0.30/mono-debugger.pc.in 2006-07-18 17:59:13.000000000 +0100 >+++ mono-debugger-0.30/mono-debugger.pc.in 2006-08-27 10:35:11.000000000 +0100 >@@ -1,9 +1,9 @@ > prefix=@prefix@ > exec_prefix=${prefix} >-libdir=${exec_prefix}/lib >+libdir=${exec_prefix}/$(lib) > > > Name: Mono.Debugger > Description: Debugging API for Mono > Version: @VERSION@ >-Libs: -r:${prefix}/lib/mono/mono-debugger/Mono.Debugger.dll >+Libs: -r:@libdir@/mono/mono-debugger/Mono.Debugger.dll > >--- mono-debugger-0.30/build/Makefile.am 2006-07-18 17:59:12.000000000 +0100 >+++ mono-debugger-0.30/build/Makefile.am 2006-08-27 10:58:34.000000000 +0100 >@@ -1,4 +1,4 @@ >-onedir = $(prefix)/lib/mono/1.0 >+onedir = $(libdir)/mono/1.0 > > bin_SCRIPTS = mdb >
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 189093
:
135088
| 135090 |
135251